summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/machine/versal-generic.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-05-04 22:09:26 -0500
committerMark Hatle <mark.hatle@amd.com>2022-07-28 06:56:48 -0700
commitbc4d3fda38cd7b14214aac2a9bb3e8a0f0fac71b (patch)
tree328152f71e8949ad46cc252f53740c94db8b31c9 /meta-xilinx-core/conf/machine/versal-generic.conf
parentf53c36df8f151ae31eba02dbb79bc905fa54487b (diff)
downloadmeta-xilinx-bc4d3fda38cd7b14214aac2a9bb3e8a0f0fac71b.tar.gz
*-generic.conf: Update qemu config to remove duplicate options
runqemu now appears to set -serial mon:stdio by default. This can conflict with the built in parameters. Reported by: Jeremy Puhlman <jpuhlman@mvista.com> It may look unusual, but the remaining -serial null are still required for booting. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> (cherry picked from commit 72754d63ce7552d9b67f907ec82bb540e060435b) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/machine/versal-generic.conf')
-rw-r--r--meta-xilinx-core/conf/machine/versal-generic.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/machine/versal-generic.conf b/meta-xilinx-core/conf/machine/versal-generic.conf
index 8d17c3af..53b20cb8 100644
--- a/meta-xilinx-core/conf/machine/versal-generic.conf
+++ b/meta-xilinx-core/conf/machine/versal-generic.conf
@@ -72,7 +72,7 @@ QEMU_HW_DTB_PMC_vp1202-versal = "${QEMU_HW_DTB_PATH}/board-versal-vp1202-pmc-vir
72 72
73QB_OPT_APPEND:append:qemuboot-xilinx = " \ 73QB_OPT_APPEND:append:qemuboot-xilinx = " \
74 -hw-dtb ${QEMU_HW_DTB_PS} \ 74 -hw-dtb ${QEMU_HW_DTB_PS} \
75 -serial null -serial null -serial mon:stdio -serial null -display none \ 75 -serial null -serial null \
76 ${@qemu_add_extra_args(d)} \ 76 ${@qemu_add_extra_args(d)} \
77 " 77 "
78 78