diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:27:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 13:40:13 -0400 |
commit | 983b103f1cb1d2d6da039dbdcf1a85d3d2cc0cf4 (patch) | |
tree | 600b5f3437b717d7468ff3b37e2f44df6da7f46c /include/configs/x86-chromebook.h | |
parent | 4893e34b00a6a3e44aafe40f86be6c4c10ade536 (diff) |
Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_WHITE_ON_BLACK
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Make this default y on various SoCs]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/x86-chromebook.h')
-rw-r--r-- | include/configs/x86-chromebook.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h index e8ad29d3d09..b0e7e8115f7 100644 --- a/include/configs/x86-chromebook.h +++ b/include/configs/x86-chromebook.h @@ -46,8 +46,6 @@ #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=vidconsole,serial\0" \ "stderr=vidconsole,serial\0" |