summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author[email protected] <[email protected]>2018-10-23 08:13:35 +0000
committerTom Rini <[email protected]>2018-11-01 10:02:43 -0400
commit25ae8651711ecf1934f4a2468d31d47543a41ea6 (patch)
treeef2b8aa55bec7fd30843f0a2304e5fa4a796d840
parent6b4dba48ff6bbc4f6e9a3fe89afcc5caab6376d4 (diff)
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 <[email protected]> Acked-by: Eugen Hristev <[email protected]>
-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 e40ee003122..4a78b2da3d9 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