summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-01-05 21:08:56 +0530
committerAnand Gadiyar <gadiyar@ti.com>2023-01-11 18:26:39 -0600
commit8e38aa065f49f668d7de0c02bbb0d3fd3b15dc13 (patch)
tree0689b9f93d19c00f4bd3388bc3037535a7f86c2c /configs
parentd23033def265c91416d601d372e3d2ce77d38e89 (diff)
configs: am62ax_evm_a53_defconfig: Enable eMMC related configs
Enable eMMC related configs to support booting from eMMC Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/am62ax_evm_a53_defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index 73be3a8111..2c998e3c0f 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -57,8 +57,7 @@ CONFIG_SPL_OF_CONTROL=y
CONFIG_SPL_MULTI_DTB_FIT=y
CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
CONFIG_ENV_IS_IN_MMC=y
-CONFIG_SYS_MMC_ENV_DEV=1
-CONFIG_SPL_ENV_IS_NOWHERE=y
+CONFIG_SYS_MMC_ENV_PART=1
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_DM=y
CONFIG_SPL_DM=y
@@ -81,6 +80,9 @@ CONFIG_SYS_I2C_OMAP24XX=y
CONFIG_DM_MAILBOX=y
CONFIG_K3_SEC_PROXY=y
CONFIG_DM_MMC=y
+CONFIG_SUPPORT_EMMC_BOOT=y
+CONFIG_MMC_HS200_SUPPORT=y
+CONFIG_SPL_MMC_HS200_SUPPORT=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_ADMA=y
CONFIG_SPL_MMC_SDHCI_ADMA=y