diff options
author | Steffen Dirkwinkel | 2019-10-23 07:40:42 +0200 |
---|---|---|
committer | Stefano Babic | 2020-01-07 10:26:56 +0100 |
commit | dd7e7feb4430accb73a140c9539253ec1e11276b (patch) | |
tree | a4af41cef46efa0f19ee629ee4398dace2294d99 /include | |
parent | ba1444eab6c51550b2c992fc228d5f29774366bf (diff) |
imx: cx9020: enable vidconsole by default
Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx53cx9020.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx53cx9020.h b/include/configs/mx53cx9020.h index cae49e8793a..a9dc73dd2f4 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" \ |