Browse Source

CPU name in TMPA900 config file should obviously be TMPA900 (not TMPA910).

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
tags/v0.5.0
Michael Hunold 12 years ago
committed by Spencer Oliver
parent
commit
d6c42bf312
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      tcl/target/tmpa900.cfg

+ 3
- 3
tcl/target/tmpa900.cfg View File

@@ -1,11 +1,11 @@
######################################
# Target: Toshiba TMPA910
# Target: Toshiba TMPA900
######################################

if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
set _CHIPNAME tmpa910
set _CHIPNAME tmpa900
}

if { [info exists ENDIAN] } {
@@ -21,7 +21,7 @@ if { [info exists CPUTAPID ] } {
set _CPUTAPID 0x07926031
}

#TMPA910 has following IDs:
#TMPA900 has following IDs:
# CP15.0 register 0x41069265
# CP15.1 register 0x1d152152
# ARM core 0x07926031


Loading…
Cancel
Save