From: Andrew F. Davis Date: Tue, 30 Aug 2016 19:06:27 +0000 (-0500) Subject: config: Remove usage of CONFIG_STORAGE_EMMC X-Git-Tag: v2016.11-rc1~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f450969de212ddebbe56a4361064b6d505d4bd3;p=platform%2Fkernel%2Fu-boot.git config: Remove usage of CONFIG_STORAGE_EMMC This config option seems to be unused and is probably vestigial. Remove it. Signed-off-by: Andrew F. Davis Reviewed-by: Tom Rini Acked-by: Lokesh Vutla --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 2959bef..272c71b 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -297,8 +297,6 @@ #define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR #define CONFIG_FASTBOOT_BUF_SIZE 0x07000000 -/* To support eMMC booting */ -#define CONFIG_STORAGE_EMMC #define CONFIG_FASTBOOT_FLASH_MMC_DEV 1 #endif diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index db518a5..553aaa3 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -283,8 +283,6 @@ #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" #ifndef CONFIG_SPL_USBETH_SUPPORT -/* To support eMMC booting */ -#define CONFIG_STORAGE_EMMC #define CONFIG_FASTBOOT_FLASH_MMC_DEV 1 #endif diff --git a/include/configs/am335x_sl50.h b/include/configs/am335x_sl50.h index 833c5c4..9795d41 100644 --- a/include/configs/am335x_sl50.h +++ b/include/configs/am335x_sl50.h @@ -89,8 +89,6 @@ #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" #ifndef CONFIG_SPL_USBETH_SUPPORT -/* To support eMMC booting */ -#define CONFIG_STORAGE_EMMC #define CONFIG_FASTBOOT_FLASH_MMC_DEV 1 #endif diff --git a/include/configs/bav335x.h b/include/configs/bav335x.h index 0eb0c03..f1ae1a6 100644 --- a/include/configs/bav335x.h +++ b/include/configs/bav335x.h @@ -447,8 +447,6 @@ DEFAULT_LINUX_BOOT_ENV \ #define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR #define CONFIG_FASTBOOT_BUF_SIZE 0x07000000 -/* To support eMMC booting */ -#define CONFIG_STORAGE_EMMC #define CONFIG_FASTBOOT_FLASH_MMC_DEV 1 #endif