summaryrefslogtreecommitdiffstats
path: root/tester/rtems/testing/bsps/xilinx_zynq_a9_qemu.ini
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-12 08:01:27 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 09:23:47 +0100
commit629c330e1443dc99d2c80cef3a10044ea61753ef (patch)
treed6852dd1323f39a8742e94cbfc0ebdfeb340c864 /tester/rtems/testing/bsps/xilinx_zynq_a9_qemu.ini
parentlinkers: Include proper header file (diff)
downloadrtems-tools-629c330e1443dc99d2c80cef3a10044ea61753ef.tar.bz2
tester: Add qemu_opts_serial
The realview_pbx_a9_qemu test configuration for Qemu produced no output due to wrong serial/monitor settings. Remove the serial/monitor settings from qemu_opts_base and move them to the new qemu_opts_serial.
Diffstat (limited to 'tester/rtems/testing/bsps/xilinx_zynq_a9_qemu.ini')
-rw-r--r--tester/rtems/testing/bsps/xilinx_zynq_a9_qemu.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rtems/testing/bsps/xilinx_zynq_a9_qemu.ini b/tester/rtems/testing/bsps/xilinx_zynq_a9_qemu.ini
index 6fba113..a7bb952 100644
--- a/tester/rtems/testing/bsps/xilinx_zynq_a9_qemu.ini
+++ b/tester/rtems/testing/bsps/xilinx_zynq_a9_qemu.ini
@@ -35,4 +35,4 @@
bsp = xilinx_zynq_a9_qemu
arch = arm
tester = %{_rtscripts}/qemu.cfg
-bsp_qemu_opts = %{qemu_opts_base} %{qemu_opts_no_net} -M xilinx-zynq-a9 -m 256M
+bsp_qemu_opts = %{qemu_opts_base} %{qemu_opts_no_net} %{qemu_opts_serial} -M xilinx-zynq-a9 -m 256M