From: Steffen Dirkwinkel <s.dirkwin...@beckhoff.com>

Acked-by: Patrick Bruenn <p.bru...@beckhoff.com>
Signed-off-by: Steffen Dirkwinkel <s.dirkwin...@beckhoff.com>
---

 configs/mx53cx9020_defconfig | 1 +
 include/configs/mx53cx9020.h | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/configs/mx53cx9020_defconfig b/configs/mx53cx9020_defconfig
index 6087ed81ec9..d9c0637110e 100644
--- a/configs/mx53cx9020_defconfig
+++ b/configs/mx53cx9020_defconfig
@@ -43,3 +43,4 @@ CONFIG_PINCTRL_IMX5=y
 CONFIG_MXC_UART=y
 CONFIG_DM_VIDEO=y
 CONFIG_VIDEO_IPUV3=y
+CONFIG_SYS_WHITE_ON_BLACK=y
diff --git a/include/configs/mx53cx9020.h b/include/configs/mx53cx9020.h
index f1007915118..5f35be5ab00 100644
--- a/include/configs/mx53cx9020.h
+++ b/include/configs/mx53cx9020.h
@@ -53,6 +53,9 @@
        "pxefile_addr_r=0x73000000\0" \
        "ramdisk_addr_r=0x72000000\0" \
        "console=ttymxc1,115200\0" \
+       "stdin=serial\0" \
+       "stdout=serial,vidconsole\0" \
+       "stderr=serial,vidconsole\0" \
        "uenv=/boot/uEnv.txt\0" \
        "optargs=\0" \
        "cmdline=\0" \
-- 
2.23.0
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to