mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-16 12:11:32 +00:00
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>
This commit is contained in:
parent
0a84925974
commit
2a5945eee6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue