From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 19 Jun 2020 15:50:34 +0200 Subject: [PATCH] video: make vidconsole commands optional In-Reply-To: <20200525194719.926-1-agust@denx.de> References: <20200525194719.926-1-agust@denx.de> Message-ID: <20200619155034.5fc939fd@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 25 May 2020 21:47:19 +0200 Anatolij Gustschin agust at denx.de wrote: > Converting some boards to DM_VIDEO results in build breakage due > to increased code size. Make video console specific commands > optional to recude binary size. > > Signed-off-by: Anatolij Gustschin > --- > drivers/video/Kconfig | 8 ++++++++ > drivers/video/vidconsole-uclass.c | 2 ++ > 2 files changed, 10 insertions(+) Applied to u-boot-video/next, thanks! -- Anatolij