diff options
Diffstat (limited to 'tcl/target/tmpa900.cfg')
-rw-r--r-- | tcl/target/tmpa900.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/tmpa900.cfg b/tcl/target/tmpa900.cfg index 719c9769..80adc652 100644 --- a/tcl/target/tmpa900.cfg +++ b/tcl/target/tmpa900.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 0x8000 \ +$_TARGETNAME configure -work-area-phys 0xf8004000 -work-area-size 0x8000 \ -work-area-backup 0 |