summaryrefslogtreecommitdiff
path: root/sim-scripts/gumstix.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-05 13:47:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-05 13:47:12 +0000
commit739c581c67874abfa54dd2774f013f5e6bb0a071 (patch)
tree22cde769fb850ac5a641c4bdca50c20910ef3606 /sim-scripts/gumstix.in
parentbc4341a239e46e734671c5d370e523b4251c8751 (diff)
2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* gumstix.in: Attempt to fix coverage range for gumstix.
Diffstat (limited to 'sim-scripts/gumstix.in')
-rw-r--r--sim-scripts/gumstix.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim-scripts/gumstix.in b/sim-scripts/gumstix.in
index 6abd99e..955150b 100644
--- a/sim-scripts/gumstix.in
+++ b/sim-scripts/gumstix.in
@@ -44,6 +44,6 @@ mem_bank: map=I, type=RW, addr=0xB0000000, size=0x100000
mem_bank: map=I, type=RW, addr=0x40000000, size=0x4C000000
EOF
if [ ${coverage} = yes ] ; then
- echo "code_coverage: state=on, filename=${2}.cov, start=0x81000000, end=0x81080000"
+ echo "code_coverage: state=on, filename=${2}.cov, start=0xA0000000, end=0xA4000000
fi
}