From adaca17e3b7355738e727fcb5594ae41a27805e6 Mon Sep 17 00:00:00 2001 From: Keerthy Date: Thu, 11 Jun 2020 16:35:46 +0530 Subject: [PATCH] configs: am57xx_evm_defconfig: save enviroment to eMMC instead of SD save enviroment to eMMC instead of SD Signed-off-by: Keerthy --- configs/am57xx_evm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index 0cb9b8d3ee..570f647942 100644 --- a/configs/am57xx_evm_defconfig +++ b/configs/am57xx_evm_defconfig @@ -42,6 +42,7 @@ CONFIG_SPL_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="am572x-idk" CONFIG_OF_LIST="am57xx-beagle-x15 am57xx-beagle-x15-revb1 am57xx-beagle-x15-revc am5729-beagleboneai am572x-idk am571x-idk am574x-idk" CONFIG_ENV_IS_IN_MMC=y +# CONFIG_ENV_IS_IN_FAT is not set CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_DM=y CONFIG_SPL_DM=y -- 2.17.1