diff mbox series

[U-Boot] omap3_logic: Fix Environmental location

Message ID 1519341312-3703-1-git-send-email-aford173@gmail.com
State Accepted
Commit 2a5945eee6329ce0c2acda8cd874935c7bc0e945
Delegated to: Tom Rini
Headers show
Series [U-Boot] omap3_logic: Fix Environmental location | expand

Commit Message

Adam Ford Feb. 22, 2018, 11:15 p.m. UTC
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>

Comments

Tom Rini Feb. 23, 2018, 6:04 p.m. UTC | #1
On Thu, Feb 22, 2018 at 05:15:12PM -0600, Adam Ford wrote:

> 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>
> 
> diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
> index 02eb2cf..0a60319 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index 02eb2cf..0a60319 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -30,6 +30,7 @@  CONFIG_ISO_PARTITION=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