
6 Oct
2017
6 Oct
'17
6:15 p.m.
On Sat, 30 Sep 2017 10:19:17 +0200 Anatolij Gustschin agust@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 agust@denx.de
This patch is based on basic ANSI escape seq. support series: https://www.mail-archive.com/u-boot@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