summaryrefslogtreecommitdiff
path: root/include/video_fb.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-18 02:12:44 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-23 22:33:41 (GMT)
commit002f967c5010df69eb9a9a5e21132bb885ca8d02 (patch)
tree969d721cabad95f896ecd56117c23dbf762aa8bb /include/video_fb.h
parentcfa307f839f59f27b6fd1e80f3686e53b457f8dc (diff)
downloadu-boot-002f967c5010df69eb9a9a5e21132bb885ca8d02.tar.xz
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/video_fb.h')
-rw-r--r--include/video_fb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/video_fb.h b/include/video_fb.h
index 55ec24d..b7e3aee 100644
--- a/include/video_fb.h
+++ b/include/video_fb.h
@@ -18,14 +18,6 @@
#ifndef _VIDEO_FB_H_
#define _VIDEO_FB_H_
-#if defined(CONFIG_SYS_CONSOLE_FG_COL) && defined(CONFIG_SYS_CONSOLE_BG_COL)
-#define CONSOLE_BG_COL CONFIG_SYS_CONSOLE_BG_COL
-#define CONSOLE_FG_COL CONFIG_SYS_CONSOLE_FG_COL
-#else
-#define CONSOLE_BG_COL 0x00
-#define CONSOLE_FG_COL 0xa0
-#endif
-
/*
* Graphic Data Format (GDF) bits for VIDEO_DATA_FORMAT
*/