From 46aa70c402efec7d89f6c93531a767a1771e2192 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 22 Sep 2016 14:35:16 +0200 Subject: apalis/colibri_t30: enable emmc boot specific commands Enable CONFIG_SUPPORT_EMMC_BOOT to provision for eMMC boot specific U-Boot commands. Signed-off-by: Marcel Ziswiler Acked-by: Max Krummenacher --- include/configs/apalis_t30.h | 1 + include/configs/colibri_t30.h | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.3