summaryrefslogtreecommitdiff
path: root/configs/mx6sxsabreauto_defconfig
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 /configs/mx6sxsabreauto_defconfig
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 'configs/mx6sxsabreauto_defconfig')
-rw-r--r--configs/mx6sxsabreauto_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig
index 23116d939a..55b51e9b02 100644
--- a/configs/mx6sxsabreauto_defconfig
+++ b/configs/mx6sxsabreauto_defconfig
@@ -58,3 +58,6 @@ CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y
CONFIG_IMX_BOOTAUX=y
+
+CONFIG_VIDEO=y
+CONFIG_SYS_CONSOLE_IS_IN_ENV=y