diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-09-22 14:35:16 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-09-29 18:58:28 +0200 |
commit | 46aa70c402efec7d89f6c93531a767a1771e2192 (patch) | |
tree | bbaff84d11f5db0f72ffd5e13d5d3210bc41ad43 | |
parent | 44e9052ad341a4ca697dba18e0325380e623d050 (diff) |
apalis/colibri_t30: enable emmc boot specific commandsColibri_iMX7_LinuxImageV2.6.1Beta1_20160929Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929Colibri_VF_LinuxImageV2.6.1Beta1_20161001Colibri_T30_LinuxImageV2.6.1Beta1_20160929Colibri_T20_LinuxImageV2.6.1Beta1_20160929Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929Apalis_TK1_LinuxImageV2.6.1Beta1_20160929Apalis_T30_LinuxImageV2.6.1Beta1_20160929
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.h | 1 | ||||
-rw-r--r-- | include/configs/colibri_t30.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index 3ff7c571e84..cd4dffa21f0 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 777b65f9dbe..3168207f145 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 |