diff options
author | Adam Ford <aford173@gmail.com> | 2018-02-22 17:15:12 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-23 10:40:52 -0500 |
commit | 2a5945eee6329ce0c2acda8cd874935c7bc0e945 (patch) | |
tree | 821d94438d096c45a949850263c2aeaffe6257fb /configs/omap3_logic_defconfig | |
parent | 0a84925974f26023df743d2b601ab1328a485e35 (diff) | |
download | u-boot-2a5945eee6329ce0c2acda8cd874935c7bc0e945.tar.gz |
omap3_logic: Fix Environmental location
For the omap3_logic boards, the environment is always in NAND.
This removes the ENV_IS_IN_FAT flag to eliminate the extra chatter.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 008e1db3b0..c3e999e27b 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -30,6 +30,7 @@ CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y CONFIG_SPL_OF_PLATDATA=y +# CONFIG_ENV_IS_IN_FAT is not set CONFIG_ENV_IS_IN_NAND=y # CONFIG_BLK is not set CONFIG_DM_I2C=y |