summaryrefslogtreecommitdiff
path: root/sim-scripts/gumstix.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-21 20:32:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-21 20:32:38 +0000
commit016b70c33990d85360e26a59a453249d920aa7dc (patch)
tree86cd130a75de75be49e5b71ecc6a3ff4a6dce582 /sim-scripts/gumstix.in
parent2f07fa9e5814ed979302ee10063053143a3f156d (diff)
2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* ant5206.in, avrtest.in, bf537Stamp.in, csb337.in, csb350.in, csb360.in, ezkit533.in, gdb-sim-run.in, gumstix.in, h8sim.in, jmr3904.in, m32csim.in, m32rsim.in, psim.in, qemu-rtems.in, rtl22xx.in, simsh.in, sis.in, skyeye-support, smdk2410.in, tsim-support: echo rather than return time limit since the return code is only 0-255 and we need limits longer than 255 seconds.
Diffstat (limited to 'sim-scripts/gumstix.in')
-rw-r--r--sim-scripts/gumstix.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/sim-scripts/gumstix.in b/sim-scripts/gumstix.in
index eb067f4..f77bffd 100644
--- a/sim-scripts/gumstix.in
+++ b/sim-scripts/gumstix.in
@@ -25,7 +25,7 @@ bspLimit()
*sp20*) limit=180 ;;
*) limit=60 ;;
esac
- return ${limit}
+ echo ${limit}
}
bspGeneratesDeviceTree="yes"
@@ -41,7 +41,8 @@ mem_bank: map=M, type=RW, addr=0x5c000000, size=0x100000
mem_bank: map=M, type=RW, addr=0xA0000000, size=0x4000000
mem_bank: map=I, type=RW, addr=0xB0000000, size=0x100000
mem_bank: map=I, type=RW, addr=0x40000000, size=0x4C000000
-shutdown_device: addr=0xb0000000, max_ins=${limit}0000000
+#shutdown_device: addr=0xb0000000, max_ins=${limit}0000000
+shutdown_device: addr=0xb0000000, max_ins=0
lcd:state=on,type=pxa,mod=gtk
EOF
if [ ${coverage} = yes ] ; then