summaryrefslogtreecommitdiffstats
path: root/sim-scripts/simsh.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-20 02:22:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-20 02:22:24 +0000
commit9cb0643aad74f0863a638d76ead4079470f29fe2 (patch)
tree9d7c4f8631c22d6486a0a57e43ac8223965b0b0a /sim-scripts/simsh.in
parent2009-01-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-9cb0643aad74f0863a638d76ead4079470f29fe2.tar.bz2
2009-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, Makefile, gdb-sim-run.in, gdb-sim.in, h8sim.in, jmr3904.in, m32csim.in, m32rsim.in, mkrun, psim.in, simsh.in, sis.in: Add ARM/edb7312 support. This is the first Skyeye BSP and adding this required tinkering with all BSP scripts. All appear to still work OK. * edb7312.in, skyeye-support: New files.
Diffstat (limited to '')
-rw-r--r--sim-scripts/simsh.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/sim-scripts/simsh.in b/sim-scripts/simsh.in
index afba659..4f88f66 100644
--- a/sim-scripts/simsh.in
+++ b/sim-scripts/simsh.in
@@ -4,9 +4,10 @@
# $Id$
#
-runBSP()
+runBSP=${RUN}
+runARGS()
{
- ${RUN} ${1}
+ echo ${1}
}
checkBSPFaults()