summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/configs/am62ax_evm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/am62ax_evm.h b/include/configs/am62ax_evm.h
index f72a3c283e..d2192feb92 100644
--- a/include/configs/am62ax_evm.h
+++ b/include/configs/am62ax_evm.h
@@ -112,4 +112,10 @@
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>
+/* MMC ENV related defines */
+#ifdef CONFIG_ENV_IS_IN_MMC
+#define CONFIG_SYS_MMC_ENV_DEV 0
+#define CONFIG_SYS_MMC_ENV_PART 1
+#endif
+
#endif /* __CONFIG_AM62A7_EVM_H */