summaryrefslogtreecommitdiff
path: root/include/configs/rut.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-17 20:12:44 -0600
committerTom Rini <trini@konsulko.com>2016-10-23 18:33:41 -0400
commit002f967c5010df69eb9a9a5e21132bb885ca8d02 (patch)
tree969d721cabad95f896ecd56117c23dbf762aa8bb /include/configs/rut.h
parentcfa307f839f59f27b6fd1e80f3686e53b457f8dc (diff)
Convert CONFIG_SYS_CONSOLE_BG_COL et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_CONSOLE_BG_COL CONFIG_SYS_CONSOLE_FG_COL Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/rut.h')
-rw-r--r--include/configs/rut.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rut.h b/include/configs/rut.h
index ca812e47bd..11f9a250e1 100644
--- a/include/configs/rut.h
+++ b/include/configs/rut.h
@@ -136,8 +136,6 @@
#define CONFIG_ARCH_EARLY_INIT_R
#define CONFIG_FORMIKE
#define DISPL_PLL_SPREAD_SPECTRUM
-#define CONFIG_SYS_CONSOLE_BG_COL 0xff
-#define CONFIG_SYS_CONSOLE_FG_COL 0x00
#endif
#endif /* ! __CONFIG_RUT_H */