summaryrefslogtreecommitdiff
path: root/tcl/target/at91sam9260_ext_RAM_ext_flash.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/at91sam9260_ext_RAM_ext_flash.cfg')
-rw-r--r--tcl/target/at91sam9260_ext_RAM_ext_flash.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/at91sam9260_ext_RAM_ext_flash.cfg b/tcl/target/at91sam9260_ext_RAM_ext_flash.cfg
index 2548962c..de7e9ab2 100644
--- a/tcl/target/at91sam9260_ext_RAM_ext_flash.cfg
+++ b/tcl/target/at91sam9260_ext_RAM_ext_flash.cfg
@@ -47,7 +47,7 @@ target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNA
$_TARGETNAME invoke-event halted
# Internal sram1 memory
-$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x00300000 -work-area-size 0x1000 -work-area-backup 1
+$_TARGETNAME configure -work-area-phys 0x00300000 -work-area-size 0x1000 -work-area-backup 1
scan_chain
$_TARGETNAME configure -event reset-deassert-post {at91sam_init}