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

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Michael Hunold 2011-07-18 09:20:31 +02:00 committed by Spencer Oliver
parent ffbb5cd85c
commit d6c42bf312
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
###################################### ######################################
# Target: Toshiba TMPA910 # Target: Toshiba TMPA900
###################################### ######################################
if { [info exists CHIPNAME] } { if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME set _CHIPNAME $CHIPNAME
} else { } else {
set _CHIPNAME tmpa910 set _CHIPNAME tmpa900
} }
if { [info exists ENDIAN] } { if { [info exists ENDIAN] } {
@ -21,7 +21,7 @@ if { [info exists CPUTAPID ] } {
set _CPUTAPID 0x07926031 set _CPUTAPID 0x07926031
} }
#TMPA910 has following IDs: #TMPA900 has following IDs:
# CP15.0 register 0x41069265 # CP15.0 register 0x41069265
# CP15.1 register 0x1d152152 # CP15.1 register 0x1d152152
# ARM core 0x07926031 # ARM core 0x07926031