From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Date: Mon, 17 Sep 2018 14:04:05 +0000 Subject: [U-Boot] [PATCH 6/6] nyan-big: drop CONFIG_KEYBOARD In-Reply-To: <20180916172301.25982-7-pbrobinson@gmail.com> References: <20180916172301.25982-1-pbrobinson@gmail.com> <20180916172301.25982-7-pbrobinson@gmail.com> Message-ID: <1537193044.16554.36.camel@toradex.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2018-09-16 at 18:23 +0100, Peter Robinson wrote: > The CONFIG_KEYBOARD does nothing as it's legacy and unused > so just drop it from the config. > > Signed-off-by: Peter Robinson > Cc: Tom Warren > Cc: Stephen Warren > Cc: Allen Martin Reviewed-by: Marcel Ziswiler > --- > include/configs/nyan-big.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/configs/nyan-big.h b/include/configs/nyan-big.h > index 3d43839e413..933f84028f4 100644 > --- a/include/configs/nyan-big.h > +++ b/include/configs/nyan-big.h > @@ -31,8 +31,6 @@ > #define CONFIG_SF_DEFAULT_SPEED 24000000 > #define CONFIG_SPI_FLASH_SIZE (4 << 20) > > -#define CONFIG_KEYBOARD > - > #undef CONFIG_LOADADDR > #define CONFIG_LOADADDR 0x82408000