From: Soeren Moch Date: Tue, 5 May 2015 21:09:21 +0000 (+0200) Subject: tbs2910: add CONFIG_SUPPORT_EMMC_BOOT X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=143286c9c332408d57b7766246b4956bb4f50ca3;p=bsp%2Fu-boot.git tbs2910: add CONFIG_SUPPORT_EMMC_BOOT Add emmc boot partition commands to be able to select the boot partition. Signed-off-by: Soeren Moch --- diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index 9efb8c27cb..1f3c3d84d3 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -102,6 +102,7 @@ #define CONFIG_MMC #define CONFIG_CMD_MMC #define CONFIG_GENERIC_MMC +#define CONFIG_SUPPORT_EMMC_BOOT #define CONFIG_BOUNCE_BUFFER /* Ethernet */