summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-11 22:07:32 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:26 +0800
commita69ed4e6a135511d2071038810c6e79f7892f7cb (patch)
tree6a7fbf90a7ef8b2645acec0336c5d1a62484fe9b /include
parent2e4fc2b2cc86694b6bf0b39b1109cf3cc3295583 (diff)
downloadtalos-obmc-uboot-a69ed4e6a135511d2071038810c6e79f7892f7cb.tar.gz
talos-obmc-uboot-a69ed4e6a135511d2071038810c6e79f7892f7cb.zip
x86: Use white on black for the console on chromebooks
This is a little easier on the eyes, particularly when the backlight is set to maximum. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/x86-chromebook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h
index 057d4bef0c..ae969b98eb 100644
--- a/include/configs/x86-chromebook.h
+++ b/include/configs/x86-chromebook.h
@@ -51,6 +51,8 @@
#define CONFIG_ENV_IS_IN_SPI_FLASH
#define CONFIG_ENV_OFFSET 0x003f8000
+#define CONFIG_SYS_WHITE_ON_BLACK
+
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
"stdout=vga,serial\0" \
"stderr=vga,serial\0"
OpenPOWER on IntegriCloud