target.cfg: remove "-work-area-virt 0"
[fw/openocd] / tcl / target / lpc2478.cfg
index bf33ae0e04a5fa1a6d28b9d8da024ec11a275a2f..e78afa1ac2d9eca79df990fa137668e862f00045 100644 (file)
@@ -31,7 +31,7 @@ set _TARGETNAME $_CHIPNAME.cpu
 target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi-s_r4
 
 # LPC2478 has 64kB of SRAM on its main system bus (so-called Local On-Chip SRAM)
-$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x10000 -work-area-backup 0
+$_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x10000 -work-area-backup 0
 
 $_TARGETNAME configure -event reset-init {
        # Force target into ARM state