[U-Boot] [RESEND PATCH 05/10] board: ge: bx50v3: Fix message output to video console

2019-12-29 Thread sbabic
> From: Ian Ray > Use vidconsole for output to the LCD, now that DM_VIDEO is used. Write > white text on a black background, like before migrating to DM_VIDEO. > Signed-off-by: Ian Ray > Signed-off-by: Robert Beckett Applied to u-boot-imx, -next, thanks ! Best regards, Stefano Babic --

[U-Boot] [RESEND PATCH 05/10] board: ge: bx50v3: Fix message output to video console

2019-11-12 Thread Robert Beckett
From: Ian Ray Use vidconsole for output to the LCD, now that DM_VIDEO is used. Write white text on a black background, like before migrating to DM_VIDEO. Signed-off-by: Ian Ray Signed-off-by: Robert Beckett --- board/ge/bx50v3/bx50v3.c| 21 ++---