Message ID | 1509020671-1321-16-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 268d05f552e5408c16dab5a963d85e2fb4f883aa |
Headers | show |
Series | Remove two unused drivers and unused CONFIG options | expand |
On 26/10/17 21:24, Masahiro Yamada wrote: > 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> > --- > > include/configs/s5pc210_universal.h | 1 - > include/configs/trats.h | 1 - > include/configs/trats2.h | 1 - > 3 files changed, 3 deletions(-) > > diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h > index 9859f30..7ecaefb 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__ > diff --git a/include/configs/trats.h b/include/configs/trats.h > index 5b33a3b..a34c349 100644 > --- a/include/configs/trats.h > +++ b/include/configs/trats.h > @@ -180,7 +180,6 @@ > > /* Download menu - Samsung common */ > #define CONFIG_LCD_MENU > -#define CONFIG_LCD_MENU_BOARD > > /* Download menu - definitions for check keys */ > #ifndef __ASSEMBLY__ > diff --git a/include/configs/trats2.h b/include/configs/trats2.h > index 95c011f..6b371f4 100644 > --- a/include/configs/trats2.h > +++ b/include/configs/trats2.h > @@ -162,7 +162,6 @@ > > /* Download menu - Samsung common */ > #define CONFIG_LCD_MENU > -#define CONFIG_LCD_MENU_BOARD > > /* Download menu - definitions for check keys */ > #ifndef __ASSEMBLY__ > Acked-by: Minkyu Kang <mk7.kang@samsung.com> Thanks, Minkyu Kang.
On Thu, Oct 26, 2017 at 09:24:30PM +0900, Masahiro Yamada wrote: > 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> Applied to u-boot/master, thanks! -- Tom
diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 9859f30..7ecaefb 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__ diff --git a/include/configs/trats.h b/include/configs/trats.h index 5b33a3b..a34c349 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -180,7 +180,6 @@ /* Download menu - Samsung common */ #define CONFIG_LCD_MENU -#define CONFIG_LCD_MENU_BOARD /* Download menu - definitions for check keys */ #ifndef __ASSEMBLY__ diff --git a/include/configs/trats2.h b/include/configs/trats2.h index 95c011f..6b371f4 100644 --- a/include/configs/trats2.h +++ b/include/configs/trats2.h @@ -162,7 +162,6 @@ /* Download menu - Samsung common */ #define CONFIG_LCD_MENU -#define CONFIG_LCD_MENU_BOARD /* Download menu - definitions for check keys */ #ifndef __ASSEMBLY__
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> --- include/configs/s5pc210_universal.h | 1 - include/configs/trats.h | 1 - include/configs/trats2.h | 1 - 3 files changed, 3 deletions(-)