summaryrefslogtreecommitdiff
path: root/rtems-coverage/VERSIONS-COVERAGE
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-23 22:45:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-23 22:45:23 +0000
commit0bb270138d1418a6a867d53a76d4b43f405bc13c (patch)
treebfc80e98c8a6ee814b4049f4fbf5ac6fc5c2994d /rtems-coverage/VERSIONS-COVERAGE
parentfa32e19bc1c73e89263360919e007bda23047c40 (diff)
2009-03-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* VERSIONS-COVERAGE, covmerge.cc: Add rtl22xx. Fix issue on address conversion with MSB is set.
Diffstat (limited to 'rtems-coverage/VERSIONS-COVERAGE')
-rw-r--r--rtems-coverage/VERSIONS-COVERAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtems-coverage/VERSIONS-COVERAGE b/rtems-coverage/VERSIONS-COVERAGE
index 853a223..31398d3 100644
--- a/rtems-coverage/VERSIONS-COVERAGE
+++ b/rtems-coverage/VERSIONS-COVERAGE
@@ -3,7 +3,7 @@ BASEDIR=${HOME}/test-gcc
RTEMS_VERSION=4.10
-BSP=erc32
+BSP=rtl22xx
# For most BSPs, there is a script with the same name as the BSP.
RUNNER=${BSP}
@@ -13,7 +13,7 @@ case ${BSP} in
CPU=sparc
COVERAGE_FORMAT=TSIM
;;
- edb7312)
+ edb7312|rtl22xx)
CPU=arm
COVERAGE_FORMAT=Skyeye
;;