diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-26 21:24:30 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-27 08:52:22 -0400 |
commit | 268d05f552e5408c16dab5a963d85e2fb4f883aa (patch) | |
tree | 70d1f9556b0b8f8c37d7cd759777c5225c609efe /include/configs/s5pc210_universal.h | |
parent | 795428fc679fb74734a7144498a00e2274214f03 (diff) | |
download | u-boot-268d05f552e5408c16dab5a963d85e2fb4f883aa.tar.gz |
exynos: remove CONFIG_LCD_MENU_BOARD
This macro is defined, but not referenced by anyone.
I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/s5pc210_universal.h')
-rw-r--r-- | include/configs/s5pc210_universal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 9859f30718..7ecaefbc8c 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -170,7 +170,6 @@ int universal_spi_read(void); /* Download menu - Samsung common */ #define CONFIG_LCD_MENU -#define CONFIG_LCD_MENU_BOARD /* Download menu - definitions for check keys */ #ifndef __ASSEMBLY__ |