projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a84925
)
omap3_logic: Fix Environmental location
author
Adam Ford
<aford173@gmail.com>
Thu, 22 Feb 2018 23:15:12 +0000
(17:15 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/configs/omap3_logic_defconfig
b/configs/omap3_logic_defconfig
index 008e1db3b01a2653eab37778fe8fe9147a93bb0e..c3e999e27b7d0e87e918fcc696f17defe3cbb0eb 100644
(file)
--- 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