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/seaboard.h | |
parent | 4893e34b00a6a3e44aafe40f86be6c4c10ade536 (diff) | |
download | u-boot-983b103f1cb1d2d6da039dbdcf1a85d3d2cc0cf4.tar.gz |
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/seaboard.h')
-rw-r--r-- | include/configs/seaboard.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 661d1fee6f..207b59118d 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -44,17 +44,10 @@ #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_ASIX -/* General networking support */ - /* Enable keyboard */ #define CONFIG_TEGRA_KEYBOARD #define CONFIG_KEYBOARD -/* USB keyboard */ - -/* LCD support */ -#define CONFIG_SYS_WHITE_ON_BLACK - /* NAND support */ #define CONFIG_CMD_NAND #define CONFIG_TEGRA_NAND |