From 2f450969de212ddebbe56a4361064b6d505d4bd3 Mon Sep 17 00:00:00 2001 From: "Andrew F. Davis" Date: Tue, 30 Aug 2016 14:06:27 -0500 Subject: 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 --- include/configs/am335x_evm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/am335x_evm.h') diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 2959befeb4..272c71b76b 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 -- cgit