summaryrefslogtreecommitdiff
path: root/include/configs/am65x_evm.h
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2019-06-05 01:55:53 +0300
committerTom Rini <trini@konsulko.com>2019-07-17 18:12:54 +0300
commit0e9135c8cecfb09e823b9aeb60bf7f9908c7eef1 (patch)
tree4cf433c063eb41f116e3127d99cfe73374ead005 /include/configs/am65x_evm.h
parent64c1c3a485b848879fce14385d20fec2bbdfa563 (diff)
downloadu-boot-0e9135c8cecfb09e823b9aeb60bf7f9908c7eef1.tar.xz
configs: am65x_evm: Add Support for eMMC boot
Add configs to support RAW boot mode in eMMC. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Diffstat (limited to 'include/configs/am65x_evm.h')
-rw-r--r--include/configs/am65x_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am65x_evm.h b/include/configs/am65x_evm.h
index ea365b979b..1d291f5724 100644
--- a/include/configs/am65x_evm.h
+++ b/include/configs/am65x_evm.h
@@ -107,6 +107,8 @@
#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
#endif
+#define CONFIG_SUPPORT_EMMC_BOOT
+
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>