]> git.sur5r.net Git - u-boot/commit
AM3517_EVM: Fix Environmental location
authorAdam Ford <aford173@gmail.com>
Wed, 6 Jun 2018 19:39:50 +0000 (14:39 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 13 Jun 2018 11:49:12 +0000 (07:49 -0400)
commit2aa686775b8facd71f9dce26ce00cf3c5abad51a
tree538d8f18eb6c5e992b1e7d289908d29c92c8551e
parentf8c987f8f127f867d96ca74bcd1fcb11d8265b67
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>
configs/am3517_evm_defconfig