From: Andrei.Stefanescu@microchip.com Date: Tue, 23 Oct 2018 08:13:35 +0000 (+0000) Subject: configs: sama5d2_ptc_ek: read environment from FAT X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=25ae8651711ecf1934f4a2468d31d47543a41ea6;p=u-boot.git 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 Acked-by: Eugen Hristev --- 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