diff options
Diffstat (limited to 'tcl/target/pxa270.cfg')
-rw-r--r-- | tcl/target/pxa270.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/pxa270.cfg b/tcl/target/pxa270.cfg index 84fc2f77..6ca057ca 100644 --- a/tcl/target/pxa270.cfg +++ b/tcl/target/pxa270.cfg @@ -41,4 +41,4 @@ jtag newtap $_CHIPNAME cpu -irlen 7 -ircapture 0x1 -irmask 0x7f -expected-id $_C target create $_TARGETNAME xscale -endian $_ENDIAN -chain-position $_TARGETNAME -variant pxa27x # maps to PXA internal RAM. If you are using a PXA255 # you must initialize SDRAM or leave this option off -$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x5c000000 -work-area-size 0x10000 -work-area-backup 0 +$_TARGETNAME configure -work-area-phys 0x5c000000 -work-area-size 0x10000 -work-area-backup 0 |