tcl: target: klx: use 1KiB for working area
[fw/openocd] / tcl / target / klx.cfg
index 7dd0404f96bd3cc633fac71c456298c4e2fd8aed..1a2ee6798e13067d967611e5d64b46243cfe5de5 100644 (file)
@@ -12,11 +12,11 @@ if { [info exists CHIPNAME] } {
 }
 
 # Work-area is a space in RAM used for flash programming
-# By default use 4kB
+# By default use 1KiB
 if { [info exists WORKAREASIZE] } {
    set _WORKAREASIZE $WORKAREASIZE
 } else {
-   set _WORKAREASIZE 0x1000
+   set _WORKAREASIZE 0x400
 }
 
 if { [info exists CPUTAPID] } {