All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] AM3517_EVM: Fix Environmental location
@ 2018-06-06 19:39 Adam Ford
  2018-06-13 15:42 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2018-06-06 19:39 UTC (permalink / raw)
  To: u-boot

The am3517-evm boards stores the environment in NAND, but after merging
various configs, the board was trying to load environment variables from
FAT which would ultimately fail and cause some chatter.

This patch removes the ENV_IS_IN_FAT flag to eliminate the noise.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index 8a94fd3ce0..6643f93e33 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -30,6 +30,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
 CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1920k(u-boot),256k(u-boot-env),8m(kernel),512k(dtb),-(rootfs)"
 CONFIG_CMD_UBI=y
 CONFIG_OF_CONTROL=y
+# CONFIG_ENV_IS_IN_FAT is not set
 CONFIG_ENV_IS_IN_NAND=y
 CONFIG_MMC_OMAP_HS=y
 CONFIG_NAND=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] AM3517_EVM: Fix Environmental location
  2018-06-06 19:39 [U-Boot] [PATCH] AM3517_EVM: Fix Environmental location Adam Ford
@ 2018-06-13 15:42 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-06-13 15:42 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 06, 2018 at 02:39:50PM -0500, Adam Ford wrote:

> The am3517-evm boards stores the environment in NAND, but after merging
> various configs, the board was trying to load environment variables from
> FAT which would ultimately fail and cause some chatter.
> 
> This patch removes the ENV_IS_IN_FAT flag to eliminate the noise.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
> index 8a94fd3ce0..6643f93e33 100644

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180613/8d08a1aa/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-13 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06 19:39 [U-Boot] [PATCH] AM3517_EVM: Fix Environmental location Adam Ford
2018-06-13 15:42 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.