diff options
author | Andrew F. Davis <afd@ti.com> | 2016-08-30 14:06:27 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-02 08:10:03 -0400 |
commit | 2f450969de212ddebbe56a4361064b6d505d4bd3 (patch) | |
tree | 69db5cee04b6c83ed713cb874a8b28455cdd5758 /include/configs/am335x_sl50.h | |
parent | ba84e6ae1fd73740ee99b9e9c53058caab878c6b (diff) | |
download | u-boot-imx-2f450969de212ddebbe56a4361064b6d505d4bd3.zip u-boot-imx-2f450969de212ddebbe56a4361064b6d505d4bd3.tar.gz u-boot-imx-2f450969de212ddebbe56a4361064b6d505d4bd3.tar.bz2 |
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 <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/am335x_sl50.h')
-rw-r--r-- | include/configs/am335x_sl50.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |