summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorHesham ALMatary <heshamelmatary@gmail.com>2015-04-19 06:20:01 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-04-19 10:39:44 -0500
commitecf18b5508b61b8390a9900a1b2e18d8f9a65c96 (patch)
treedf8c6de82b59661794e6e8dab44f5be6be3246cb /sim-scripts
parent1f4e73802e2d1dd77c69ad32b4c4f5f80dcf0232 (diff)
renanme or1ksim BSP to generic_or1k
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/qemu-or1k.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sim-scripts/qemu-or1k.in b/sim-scripts/qemu-or1k.in
index a9c2974..fbeb826 100644
--- a/sim-scripts/qemu-or1k.in
+++ b/sim-scripts/qemu-or1k.in
@@ -1,5 +1,5 @@
#
-# or1ksim/QEMU BSP Qemu Support
+# generic_or1k BSP QEMU Support
#
bspUsesGDBSimulator="no"
@@ -17,7 +17,7 @@ runARGS()
COVERAGE_ARG="--exec-trace ${1}.cov"
fi
- echo "-serial mon:stdio -serial /dev/null -net none -nographic -m 128M -kernel ${1}"
+ echo "-serial mon:stdio -serial /dev/null -net none -nographic -m 32M -kernel ${1}"
}
checkBSPFaults()