summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-10 17:07:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-10 17:07:22 +0000
commitb89f143f354ba173a1773451ad6afe875bcc6282 (patch)
tree79d5455048e74f7154a819b8e6127c4a121804f9
parent62acf83adf16c706777f7a3cd8d0680006c444ec (diff)
2009-07-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim.in: Rearrange so check_status defined before used. * gumstix.in: Fix typo.
-rw-r--r--sim-scripts/ChangeLog5
-rwxr-xr-xsim-scripts/gdb-sim.in6
-rw-r--r--sim-scripts/gumstix.in2
3 files changed, 9 insertions, 4 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 93bb557..1f59e6d 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * gdb-sim.in: Rearrange so check_status defined before used.
+ * gumstix.in: Fix typo.
+
2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* gdb-sim-run.in, tsim-support: Fix printing wrong test name. Eliminate
diff --git a/sim-scripts/gdb-sim.in b/sim-scripts/gdb-sim.in
index 22b0433..0945306 100755
--- a/sim-scripts/gdb-sim.in
+++ b/sim-scripts/gdb-sim.in
@@ -34,9 +34,6 @@ if [ X${GDB} = X ] ; then
exit 1
fi
-type ${runBSP}
-check_status $? "Path appears to be broken (cannot find ${runBSP})"
-
test_exit()
{
exit_code=$1
@@ -69,6 +66,9 @@ check_status()
fi
}
+type ${runBSP}
+check_status $? "Path appears to be broken (cannot find ${runBSP})"
+
if [ $# -eq 0 ] ; then
echo "No arguments .. no executable specified"
exit 1
diff --git a/sim-scripts/gumstix.in b/sim-scripts/gumstix.in
index 172e809..dbc834f 100644
--- a/sim-scripts/gumstix.in
+++ b/sim-scripts/gumstix.in
@@ -30,7 +30,7 @@ bspLimit()
}
bspGeneratesDeviceTree="yes"
-bspTreeFile=rtl22xx.conf
+bspTreeFile=gumstix.conf
### Generate the PSIM device tree based upon the type of application being run
bspGenerateDeviceTree()