mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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:
committed by
Spencer Oliver
parent
ffbb5cd85c
commit
d6c42bf312
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user