diff options
author | Adam Ford <aford173@gmail.com> | 2017-12-27 13:39:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 10:27:13 -0500 |
commit | 6931ab2fb48d2c36c815b832ede6d21596e3312a (patch) | |
tree | 66373da45902954c95261f32690ef8074c7df351 /configs/omap3_logic_defconfig | |
parent | 998ae28799c79c6bc796aea182ae6acf13d18284 (diff) | |
download | u-boot-6931ab2fb48d2c36c815b832ede6d21596e3312a.tar.gz u-boot-6931ab2fb48d2c36c815b832ede6d21596e3312a.tar.xz u-boot-6931ab2fb48d2c36c815b832ede6d21596e3312a.zip |
ARM: omap3_logic: Enable SPL_OF_CONTROL and SPL_OF_PLATDATA
The SPL doesn't have much room, so in order to support OF_CONTROL
in SPL, we need the extra functionality of SPL_OF_PLATDATA.
Adding these features allows us to remove a small part of code without
losing the serial port during SPL.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index db72e6f6a8..5590b9a916 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -29,6 +29,8 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1792k(u-boot),128k(spl- CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y CONFIG_OF_CONTROL=y +CONFIG_SPL_OF_CONTROL=y +CONFIG_SPL_OF_PLATDATA=y CONFIG_ENV_IS_IN_NAND=y # CONFIG_BLK is not set CONFIG_DM_I2C=y @@ -56,3 +58,4 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0451 CONFIG_USB_GADGET_PRODUCT_NUM=0xd022 CONFIG_USB_ETHER=y CONFIG_BCH=y +# CONFIG_SPL_OF_LIBFDT is not set |