diff options
Diffstat (limited to 'tcl/target/epc9301.cfg')
-rw-r--r-- | tcl/target/epc9301.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/epc9301.cfg b/tcl/target/epc9301.cfg index 2b4155fb..eaf4ee96 100644 --- a/tcl/target/epc9301.cfg +++ b/tcl/target/epc9301.cfg @@ -24,7 +24,7 @@ jtag_nsrst_delay 100 jtag_ntrst_delay 100 set _TARGETNAME $_CHIPNAME.cpu -target create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME -work-area-virt 0 -work-area-phys 0x80014000 -work-area-size 0x1000 -work-area-backup 1 +target create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME -work-area-phys 0x80014000 -work-area-size 0x1000 -work-area-backup 1 #flash configuration #flash bank <driver> <base> <size> <chip_width> <bus_width> [driver_options ...] |