public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 15/16] exynos: remove CONFIG_LCD_MENU_BOARD
Date: Fri, 27 Oct 2017 16:36:32 +0900	[thread overview]
Message-ID: <c42269f3-4ef8-7c17-e0f6-e8474ad25196@samsung.com> (raw)
In-Reply-To: <1509020671-1321-16-git-send-email-yamada.masahiro@socionext.com>

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.

  reply	other threads:[~2017-10-27  7:36 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-26 12:24 [U-Boot] [PATCH 00/16] Remove two unused drivers and unused CONFIG options Masahiro Yamada
2017-10-26 12:24 ` [U-Boot] [PATCH 01/16] i2c: adi_i2c: remove left-over Blackfin I2C driver Masahiro Yamada
2017-10-26 14:32   ` Heiko Schocher
2017-10-28  1:57   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 02/16] i2c: fti2c010: remove unused/unmaintained driver Masahiro Yamada
2017-10-26 14:33   ` Heiko Schocher
2017-10-28  1:57   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 03/16] IMX: novena: remove CONFIG_I2C_MXC Masahiro Yamada
2017-10-26 14:34   ` Heiko Schocher
2017-10-28  1:57   ` [U-Boot] [U-Boot,03/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 04/16] omap4: sdp4430: remove CONFIG_4430SDP Masahiro Yamada
2017-10-28  1:57   ` [U-Boot] [U-Boot,04/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 05/16] mpc85xx: freescale: remove CONFIG_ADDR_STREAMING Masahiro Yamada
2017-10-26 15:08   ` York Sun
2017-10-28  1:58   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 06/16] sh7734: remove CONFIG_553MHZ_MODE Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,06/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 07/16] ARC: remove CONFIG_ARC_UART_BASE Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,07/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 08/16] SOCFPGA: remove CONFIG_AUTONEG_TIMEOUT Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,08/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 09/16] omap4: sdp4430: match the #endif comment to #ifdef Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 10/16] exynos: remove CONFIG_CORE_COUNT Masahiro Yamada
2017-10-27  7:36   ` Minkyu Kang
2017-10-28  1:58   ` [U-Boot] [U-Boot,10/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 11/16] MX28: remove CONFIG_DEFAULT_SPI_CS Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,11/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 12/16] AM33XX: etamin: remove CONFIG_DFU_MTD Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot,12/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 13/16] mpc85xx: xpedite550x: remove CONFIG_FDT_FIXUP_PCI_IRQ Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 14/16] net: remove CONFIG_NET_MULTI Masahiro Yamada
2017-10-26 15:14   ` York Sun
2017-10-28  1:58   ` [U-Boot] [U-Boot,14/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 15/16] exynos: remove CONFIG_LCD_MENU_BOARD Masahiro Yamada
2017-10-27  7:36   ` Minkyu Kang [this message]
2017-10-28  1:58   ` [U-Boot] [U-Boot,15/16] " Tom Rini
2017-10-26 12:24 ` [U-Boot] [PATCH 16/16] AT91: remove CONFIG_PMECC_INDEX_TABLE_OFFSET Masahiro Yamada
2017-10-28  1:58   ` [U-Boot] [U-Boot, " Tom Rini
2017-10-26 14:20 ` [U-Boot] [PATCH 00/16] Remove two unused drivers and unused CONFIG options Tom Rini
2017-10-26 14:36   ` Heiko Schocher
2017-10-26 14:49   ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c42269f3-4ef8-7c17-e0f6-e8474ad25196@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox