diff options
Diffstat (limited to 'tcl/target/am335x.cfg')
-rw-r--r-- | tcl/target/am335x.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/am335x.cfg b/tcl/target/am335x.cfg index 99693dc0..9a24ef00 100644 --- a/tcl/target/am335x.cfg +++ b/tcl/target/am335x.cfg @@ -64,13 +64,13 @@ jtag configure $_CHIPNAME.jrc -event post-reset "runtest 100" # Cortex A8 target # set _TARGETNAME $_CHIPNAME.cpu -target create $_TARGETNAME cortex_a8 -chain-position $_CHIPNAME.dap -dbgbase 0x80001000 +target create $_TARGETNAME cortex_a -chain-position $_CHIPNAME.dap -dbgbase 0x80001000 # SRAM: 64K at 0x4030.0000; use the first 16K $_TARGETNAME configure -work-area-phys 0x40300000 -work-area-size 0x4000 $_TARGETNAME configure -event gdb-attach { - cortex_a8 dbginit + cortex_a dbginit halt } |