Commit 2a5945eee6329ce0c2acda8cd874935c7bc0e945

Authored by Adam Ford
Committed by Tom Rini
1 parent 0a84925974

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/omap3_logic_defconfig
... ... @@ -30,6 +30,7 @@
30 30 CONFIG_OF_CONTROL=y
31 31 CONFIG_SPL_OF_CONTROL=y
32 32 CONFIG_SPL_OF_PLATDATA=y
  33 +# CONFIG_ENV_IS_IN_FAT is not set
33 34 CONFIG_ENV_IS_IN_NAND=y
34 35 # CONFIG_BLK is not set
35 36 CONFIG_DM_I2C=y