diff options
author | Andrei.Stefanescu@microchip.com <Andrei.Stefanescu@microchip.com> | 2018-10-23 08:13:35 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-01 10:02:43 -0400 |
commit | 25ae8651711ecf1934f4a2468d31d47543a41ea6 (patch) | |
tree | ef2b8aa55bec7fd30843f0a2304e5fa4a796d840 /configs | |
parent | 6b4dba48ff6bbc4f6e9a3fe89afcc5caab6376d4 (diff) | |
download | u-boot-25ae8651711ecf1934f4a2468d31d47543a41ea6.zip u-boot-25ae8651711ecf1934f4a2468d31d47543a41ea6.tar.gz u-boot-25ae8651711ecf1934f4a2468d31d47543a41ea6.tar.bz2 |
configs: sama5d2_ptc_ek: read environment from FAT
On our demo setup for SD card boot, the u-boot environment
is in a FAT partition.
This patch changes the default configuration, specifing that
the u-boot environment is in a FAT partition instead of raw MMC.
Signed-off-by: Andrei Stefanescu <andrei.stefanescu@microchip.com>
Acked-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sama5d2_ptc_ek_mmc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sama5d2_ptc_ek_mmc_defconfig b/configs/sama5d2_ptc_ek_mmc_defconfig index e40ee00..4a78b2d 100644 --- a/configs/sama5d2_ptc_ek_mmc_defconfig +++ b/configs/sama5d2_ptc_ek_mmc_defconfig @@ -32,7 +32,7 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="at91-sama5d2_ptc_ek" -CONFIG_ENV_IS_IN_MMC=y +CONFIG_ENV_IS_IN_FAT=y CONFIG_DM=y CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_CLK=y |