diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:41 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:37 -0400 |
commit | bdba2b3a8809501b7073c242f9aa013eb456790d (patch) | |
tree | 5d5ab33e3343254892173648e5ac6fffaaaed161 /include/configs/T102xQDS.h | |
parent | 12ca05a38bd47b207a6e616e80f2ab0453faf527 (diff) | |
download | u-boot-bdba2b3a8809501b7073c242f9aa013eb456790d.tar.gz u-boot-bdba2b3a8809501b7073c242f9aa013eb456790d.tar.xz u-boot-bdba2b3a8809501b7073c242f9aa013eb456790d.zip |
Convert CONFIG_CFB_CONSOLE to Kconfig
This converts the following to Kconfig:
CONFIG_CFB_CONSOLE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/T102xQDS.h')
-rw-r--r-- | include/configs/T102xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index 80d893dd27..b5f171295d 100644 --- a/include/configs/T102xQDS.h +++ b/include/configs/T102xQDS.h @@ -503,7 +503,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_FSL_DIU_CH7301 #define CONFIG_SYS_DIU_ADDR (CONFIG_SYS_CCSRBAR + 0x180000) #define CONFIG_CMD_BMP -#define CONFIG_CFB_CONSOLE #define CONFIG_VIDEO_SW_CURSOR #define CONFIG_VGA_AS_SINGLE_DEVICE #define CONFIG_VIDEO_LOGO |