diff options
Diffstat (limited to 'tcl/target/tmpa910.cfg')
-rw-r--r-- | tcl/target/tmpa910.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/tmpa910.cfg b/tcl/target/tmpa910.cfg index 4a0ec71..4af5e4e 100644 --- a/tcl/target/tmpa910.cfg +++ b/tcl/target/tmpa910.cfg @@ -52,5 +52,5 @@ target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNA #working_area 0 0xf8004000 0xc000 nobackup # Internal sram1 memory -$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0xf8004000 -work-area-size 0xc000 \ +$_TARGETNAME configure -work-area-phys 0xf8004000 -work-area-size 0xc000 \ -work-area-backup 0 |