summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-07-08 23:10:52 -0700
committerYe Li <ye.li@nxp.com>2018-07-08 23:22:59 -0700
commitd8afcf9a8598ff648dba797ef587ccb3819806c6 (patch)
treecc8a8ce0f3fe968c2f3de0959f109817f9d10944 /include/configs
parent331ff420b0b369ff49645b78dc0f2bc5b5c19aa7 (diff)
MLK-18787 mx6sxsabreauto: Fix vga stdout and stderr
The u-boot changed to check CONFIG_IS_ENABLED for SYS_CONSOLE_IS_IN_ENV, so we have to set the configuration in defconfig not in header file, otherwise the checking will fail and lead to use vga for stdout and stderr when video is enabled. Fix the issue by moving CONFIG_VIDEO and CONFIG_SYS_CONSOLE_IS_IN_ENV to defconfig and remove duplicated configurations from header file. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sxsabreauto.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index db5d3b4fcaf..2fa7f51f0d1 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -308,15 +308,10 @@
#define CONFIG_SYS_I2C_PCA953X_WIDTH { {0x30, 8}, {0x32, 8}, {0x34, 8} }
#endif
-#define CONFIG_VIDEO
-#define CONFIG_VIDEO_GIS
#ifdef CONFIG_VIDEO
-#define CONFIG_CFB_CONSOLE
+#define CONFIG_VIDEO_GIS
#define CONFIG_VIDEO_MXS
#define CONFIG_VIDEO_LOGO
-#define CONFIG_VIDEO_SW_CURSOR
-#define CONFIG_VGA_AS_SINGLE_DEVICE
-#define CONFIG_SYS_CONSOLE_IS_IN_ENV
#define CONFIG_SPLASH_SCREEN
#define CONFIG_SPLASH_SCREEN_ALIGN
#define CONFIG_CMD_BMP