summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-06 09:20:20 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-24 13:44:30 +0100
commitaf664fda502beb1b1911baa1adde3d7d93e1fb82 (patch)
tree4f70fe37dde965e6cbfc6f445d444f6ce3231c5d
parentgcc/rtems_gcc_main.c: Use preemptive main task (diff)
downloadrtems-testing-af664fda502beb1b1911baa1adde3d7d93e1fb82.tar.bz2
xilinx_zynq_a9_qemu: Avoid non-portable /dev/null
-rw-r--r--sim-scripts/xilinx_zynq_a9_qemu.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim-scripts/xilinx_zynq_a9_qemu.in b/sim-scripts/xilinx_zynq_a9_qemu.in
index b64260c..cdc776b 100644
--- a/sim-scripts/xilinx_zynq_a9_qemu.in
+++ b/sim-scripts/xilinx_zynq_a9_qemu.in
@@ -17,7 +17,7 @@ runARGS()
COVERAGE_ARG="-trace ${1}.cov"
fi
- echo "-no-reboot -serial /dev/null -serial mon:stdio -net none -nographic -M xilinx-zynq-a9 -m 256M ${COVERAGE_ARG} -kernel ${1}"
+ echo "-no-reboot -serial null -serial mon:stdio -net none -nographic -M xilinx-zynq-a9 -m 256M ${COVERAGE_ARG} -kernel ${1}"
}
checkBSPFaults()