Skip to content
Snippets Groups Projects
Commit a69ed4e6 authored by Simon Glass's avatar Simon Glass Committed by Bin Meng
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 2e4fc2b2
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,8 @@ ...@@ -51,6 +51,8 @@
#define CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_ENV_IS_IN_SPI_FLASH
#define CONFIG_ENV_OFFSET 0x003f8000 #define CONFIG_ENV_OFFSET 0x003f8000
#define CONFIG_SYS_WHITE_ON_BLACK
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \ #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
"stdout=vga,serial\0" \ "stdout=vga,serial\0" \
"stderr=vga,serial\0" "stderr=vga,serial\0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment