summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2018-04-04 11:50:17 +0300
committerStefano Babic <sbabic@denx.de>2018-04-15 12:46:20 +0300
commit6c0e6b45f9bd4fdc795f4aec72dd13fd6fc6f617 (patch)
treeadd5c93cf1f6994dda2a59bb21a7ea4b0b788d11 /include
parent7a0ce1f7977b0ef8d853fee73238d0b3b34fbfed (diff)
downloadu-boot-6c0e6b45f9bd4fdc795f4aec72dd13fd6fc6f617.tar.xz
board: ge: bx50v3: enable backlight on demand
Enable display backlight only if a message needs to be displayed. The kernel re-initializes the backlight, which results in some unwanted artifacts. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ge_bx50v3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index cbfe30d536..925507fe81 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -128,6 +128,7 @@
"swappartitions=" \
"setexpr partnum 3 - ${partnum}\0" \
"failbootcmd=" \
+ "bx50_backlight_enable; " \
"msg=\"Monitor failed to start. Try again, or contact GE Service for support.\"; " \
"echo $msg; " \
"setenv stdout vga; " \