summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-09-22 14:35:16 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-09-29 18:58:28 +0200
commit46aa70c402efec7d89f6c93531a767a1771e2192 (patch)
treebbaff84d11f5db0f72ffd5e13d5d3210bc41ad43
parent44e9052ad341a4ca697dba18e0325380e623d050 (diff)
Enable CONFIG_SUPPORT_EMMC_BOOT to provision for eMMC boot specific U-Boot commands. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--include/configs/apalis_t30.h1
-rw-r--r--include/configs/colibri_t30.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
index 3ff7c571e8..cd4dffa21f 100644
--- a/include/configs/apalis_t30.h
+++ b/include/configs/apalis_t30.h
@@ -49,6 +49,7 @@
#define CONFIG_GENERIC_MMC
#define CONFIG_TEGRA_MMC
#define CONFIG_CMD_MMC
+#define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
/* Environment in eMMC, before config block at the end of 1st "boot sector" */
#define CONFIG_ENV_IS_IN_MMC
diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
index 777b65f9db..3168207f14 100644
--- a/include/configs/colibri_t30.h
+++ b/include/configs/colibri_t30.h
@@ -49,6 +49,7 @@
#define CONFIG_GENERIC_MMC
#define CONFIG_TEGRA_MMC
#define CONFIG_CMD_MMC
+#define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
/* Environment in eMMC, before config block at the end of 1st "boot sector" */
#define CONFIG_ENV_IS_IN_MMC