summaryrefslogtreecommitdiff
path: root/configs/sama5d2_ptc_ek_mmc_defconfig
diff options
context:
space:
mode:
authorAndrei.Stefanescu@microchip.com <Andrei.Stefanescu@microchip.com>2018-10-23 08:13:35 +0000
committerTom Rini <trini@konsulko.com>2018-11-01 10:02:43 -0400
commit25ae8651711ecf1934f4a2468d31d47543a41ea6 (patch)
treeef2b8aa55bec7fd30843f0a2304e5fa4a796d840 /configs/sama5d2_ptc_ek_mmc_defconfig
parent6b4dba48ff6bbc4f6e9a3fe89afcc5caab6376d4 (diff)
downloadu-boot-25ae8651711ecf1934f4a2468d31d47543a41ea6.tar.gz
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/sama5d2_ptc_ek_mmc_defconfig')
-rw-r--r--configs/sama5d2_ptc_ek_mmc_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sama5d2_ptc_ek_mmc_defconfig b/configs/sama5d2_ptc_ek_mmc_defconfig
index e40ee00312..4a78b2da3d 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