aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-06-06 14:39:50 -0500
committerTom Rini <trini@konsulko.com>2018-06-13 07:49:12 -0400
commit2aa686775b8facd71f9dce26ce00cf3c5abad51a (patch)
tree538d8f18eb6c5e992b1e7d289908d29c92c8551e /configs
parentf8c987f8f127f867d96ca74bcd1fcb11d8265b67 (diff)
downloadu-boot-2aa686775b8facd71f9dce26ce00cf3c5abad51a.zip
u-boot-2aa686775b8facd71f9dce26ce00cf3c5abad51a.tar.gz
u-boot-2aa686775b8facd71f9dce26ce00cf3c5abad51a.tar.bz2
AM3517_EVM: Fix Environmental location
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/am3517_evm_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index 8a94fd3..6643f93 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