summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/realview_pbx_a9_qemu.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim-scripts/realview_pbx_a9_qemu.in b/sim-scripts/realview_pbx_a9_qemu.in
index 050f337..b92fd82 100644
--- a/sim-scripts/realview_pbx_a9_qemu.in
+++ b/sim-scripts/realview_pbx_a9_qemu.in
@@ -17,7 +17,7 @@ runARGS()
COVERAGE_ARG="-trace ${1}.cov"
fi
- echo "-no-reboot -net none -nographic -M realview-pbx-a9 -m 256M ${COVERAGE_ARG} -kernel `basename ${1}`"
+ echo "-no-reboot -net none -nographic -M realview-pbx-a9 -m 256M ${COVERAGE_ARG} -kernel ${1}"
}
checkBSPFaults()