Commit a69ed4e6a135511d2071038810c6e79f7892f7cb

Authored by Simon Glass
Committed by Bin Meng
1 parent 2e4fc2b2cc

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/x86-chromebook.h
... ... @@ -51,6 +51,8 @@
51 51 #define CONFIG_ENV_IS_IN_SPI_FLASH
52 52 #define CONFIG_ENV_OFFSET 0x003f8000
53 53  
  54 +#define CONFIG_SYS_WHITE_ON_BLACK
  55 +
54 56 #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,i8042-kbd,serial\0" \
55 57 "stdout=vga,serial\0" \
56 58 "stderr=vga,serial\0"