From 9927d60f4aadcecbd3143400d01ad4500438ea4f Mon Sep 17 00:00:00 2001 From: Soeren Moch Date: Tue, 5 May 2015 23:09:21 +0200 Subject: [PATCH] tbs2910: add CONFIG_SUPPORT_EMMC_BOOT Add emmc boot partition commands to be able to select the boot partition. Signed-off-by: Soeren Moch --- include/configs/tbs2910.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index 2683214..b7ad7df 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 */ -- 2.7.4