This is an automated email from Gerrit.

Andreas Färber ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/3086

-- gerrit

commit 1cc708fb325861debcd16fd34cb57055a5fc6705
Author: Andreas Färber <[email protected]>
Date:   Sat Oct 31 17:23:21 2015 +0100

    lpc4350_spifi_generic: Clean up work area size
    
    Since 2cbbe9a it was actually decreasing the configured work area size.
    
    We could now do "set WORKAREASIZE 0x2000" before sourcing lpc4350.cfg,
    but there seems no point in doing so. Simply drop the configuration here.
    
    Change-Id: I25b9dbbc007ba652b66099832198b7c329929858
    Signed-off-by: Andreas Färber <[email protected]>

diff --git a/tcl/board/lpc4350_spifi_generic.cfg 
b/tcl/board/lpc4350_spifi_generic.cfg
index a529c19..b363f1e 100644
--- a/tcl/board/lpc4350_spifi_generic.cfg
+++ b/tcl/board/lpc4350_spifi_generic.cfg
@@ -8,11 +8,6 @@ set CHIPNAME lpc4350
 
 source [find target/lpc4350.cfg]
 
-#A large working area greatly reduces flash write times
-set _WORKAREASIZE 0x2000
-
-$_CHIPNAME.m4 configure -work-area-phys 0x10000000 -work-area-size 
$_WORKAREASIZE
-
 #Configure the flash bank; 0x14000000 is the base address for
 #lpc43xx/lpc18xx family micros.
 flash bank SPIFI_FLASH lpcspifi 0x14000000 0 0 0 $_CHIPNAME.m4

-- 

------------------------------------------------------------------------------
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to