From 1de6d3d3f33153333d97662dc0ef5b2f1ab7c59c Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Sat, 9 May 2020 09:44:21 +0800 Subject: [PATCH] MLK-23948-2 imx8qm: mek: fix xen bootargs the serial node path has changed in 5.4 kernel device tree, so we just use dtuart to let xen parse stdout property. Signed-off-by: Peng Fan (cherry picked from commit cb4042bf092d1f6c23dd9f7a11e541e01d1735d9) (cherry picked from commit 9fd3b4ebcbce9c3ff8f5b5e98aceb563ae62433c) --- include/configs/imx8qm_mek.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/imx8qm_mek.h b/include/configs/imx8qm_mek.h index 76d02b41f2..cd5137a127 100644 --- a/include/configs/imx8qm_mek.h +++ b/include/configs/imx8qm_mek.h @@ -91,7 +91,7 @@ #define XEN_BOOT_ENV \ "domu-android-auto=no\0" \ - "xenhyper_bootargs=console=dtuart dtuart=/serial@5a060000 dom0_mem=2048M dom0_max_vcpus=2 dom0_vcpus_pin=true hmp-unsafe=true\0" \ + "xenhyper_bootargs=console=dtuart dom0_mem=2048M dom0_max_vcpus=2 dom0_vcpus_pin=true hmp-unsafe=true\0" \ "xenlinux_bootargs= \0" \ "xenlinux_console=hvc0 earlycon=xen\0" \ "xenlinux_addr=0x9e000000\0" \ -- 2.17.1