summaryrefslogtreecommitdiff
path: root/configs/ge_bx50v3_defconfig
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2019-11-12 22:15:15 +0300
committerStefano Babic <sbabic@denx.de>2020-01-07 12:26:56 +0300
commitc6b31ca1868c48bf06aed638822a34cd16f48fe0 (patch)
treedc65d39ad57acd9db39bbf287b684b024ebcf3b1 /configs/ge_bx50v3_defconfig
parent08ecab0c475827c6751e88d97f7379d5e4cdb5e0 (diff)
downloadu-boot-c6b31ca1868c48bf06aed638822a34cd16f48fe0.tar.xz
board: ge: bx50v3: Fix message output to video console
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 <ian.ray@ge.com> Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'configs/ge_bx50v3_defconfig')
-rw-r--r--configs/ge_bx50v3_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig
index f5f471e0a8..7d811f5f9b 100644
--- a/configs/ge_bx50v3_defconfig
+++ b/configs/ge_bx50v3_defconfig
@@ -74,3 +74,4 @@ CONFIG_WATCHDOG_TIMEOUT_MSECS=6000
CONFIG_IMX_WATCHDOG=y
# CONFIG_EFI_LOADER is not set
CONFIG_SYS_MALLOC_F_LEN=0x4000
+CONFIG_SYS_WHITE_ON_BLACK=y