diff options
author | Simon Glass | 2016-10-17 20:12:41 -0600 |
---|---|---|
committer | Tom Rini | 2016-10-23 18:33:37 -0400 |
commit | bdba2b3a8809501b7073c242f9aa013eb456790d (patch) | |
tree | 5d5ab33e3343254892173648e5ac6fffaaaed161 /include/configs/imx31_phycore.h | |
parent | 12ca05a38bd47b207a6e616e80f2ab0453faf527 (diff) |
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/imx31_phycore.h')
-rw-r--r-- | include/configs/imx31_phycore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index 2ce80cd8fc8..ece3d459099 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -178,7 +178,6 @@ #define CONFIG_S6E63D6 -#define CONFIG_CFB_CONSOLE #define CONFIG_VIDEO_MX3 #define CONFIG_VIDEO_LOGO #define CONFIG_VIDEO_SW_CURSOR |