diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-10 13:32:06 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2017-01-11 19:40:15 +0900 |
commit | 0ec6eb54959d061def8505a28e438395140d9f52 (patch) | |
tree | 512372265b387a288171bc04e6625816f1e7ccb6 /include/configs/legoev3.h | |
parent | ae4c81e942c60e2fe153ab4a5d970a8d19a47488 (diff) | |
download | u-boot-0ec6eb54959d061def8505a28e438395140d9f52.tar.gz |
ARM: davinci: remove unused CONFIG_DAVINCI_MMC_SD1
This CONFIG is not referenced from anywhere.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs/legoev3.h')
-rw-r--r-- | include/configs/legoev3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 3b118bb723..fab18316ce 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -215,7 +215,6 @@ #define CONFIG_ENV_SIZE (16 << 10) /* SD/MMC configuration */ -#define CONFIG_DAVINCI_MMC_SD1 #define CONFIG_GENERIC_MMC #define CONFIG_DAVINCI_MMC |