From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 25 May 2020 23:45:00 +0200 Subject: [PATCH] video: make vidconsole commands optional In-Reply-To: References: <20200525194719.926-1-agust@denx.de> Message-ID: <20200525234500.183c0a5c@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Mon, 25 May 2020 15:37:33 -0600 Simon Glass sjg at chromium.org wrote: ... > > optional to recude binary size. > > reduce I'll fix it in v2, thanks! > Which board is this? I'd just like to check that it is expected. this is tbs2910 board which makes most trouble currently. I'm trying to make backlight, panel and simple panel code optional as well, this could save us a few more bytes. ... > > drivers/video/Kconfig | 8 ++++++++ > > drivers/video/vidconsole-uclass.c | 2 ++ > > 2 files changed, 10 insertions(+) > > Reviewed-by: Simon Glass Thanks! -- Anatolij