From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 6 Oct 2017 18:15:56 +0200 Subject: [U-Boot] [PATCH] dm: video: make ANSI escape sequence support optional In-Reply-To: <20170930081917.14632-1-agust@denx.de> References: <20170930081917.14632-1-agust@denx.de> Message-ID: <20171006181556.546727d5@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 Sat, 30 Sep 2017 10:19:17 +0200 Anatolij Gustschin agust at denx.de wrote: > As mentioned in review comments for ANSI escape sequence > support patches, this should be optional to reduce code > size. Disable escape sequence support when CONFIG_VIDEO_ANSI > is not enabled. > > Signed-off-by: Anatolij Gustschin > --- > This patch is based on basic ANSI escape seq. support series: > https://www.mail-archive.com/u-boot at lists.denx.de/msg263777.html > > drivers/video/vidconsole-uclass.c | 6 ++++++ > include/video_console.h | 4 ++++ > 2 files changed, 10 insertions(+) Applied to u-boot-video/master. -- Anatolij