]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
omap3_logic: Fix Environmental location
authorAdam Ford <aford173@gmail.com>
Thu, 22 Feb 2018 23:15:12 +0000 (17:15 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Feb 2018 15:40:52 +0000 (10:40 -0500)
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>
configs/omap3_logic_defconfig

index 008e1db3b01a2653eab37778fe8fe9147a93bb0e..c3e999e27b7d0e87e918fcc696f17defe3cbb0eb 100644 (file)
@@ -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