diff options
author | Ian Ray <ian.ray@ge.com> | 2018-04-04 10:50:17 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-04-15 11:46:20 +0200 |
commit | 6c0e6b45f9bd4fdc795f4aec72dd13fd6fc6f617 (patch) | |
tree | add5c93cf1f6994dda2a59bb21a7ea4b0b788d11 /include/configs/ge_bx50v3.h | |
parent | 7a0ce1f7977b0ef8d853fee73238d0b3b34fbfed (diff) |
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/configs/ge_bx50v3.h')
-rw-r--r-- | include/configs/ge_bx50v3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index cbfe30d536d..925507fe81f 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; " \ |