projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e4fc2b
)
x86: Use white on black for the console on chromebooks
author
Simon Glass
<sjg@chromium.org>
Sat, 12 Mar 2016 05:07:32 +0000
(22:07 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:26 +0000
(10:27 +0800)
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>
include/configs/x86-chromebook.h
patch
|
blob
|
history
diff --git
a/include/configs/x86-chromebook.h
b/include/configs/x86-chromebook.h
index 057d4bef0c50f0f9908869daead21727d92b2b79..ae969b98eb14b4596a21504ed3402f92ce0c4ac1 100644
(file)
--- 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"