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/3084

-- gerrit

commit 1333898b8dd085c84a6de60f1c85951a7c8b0166
Author: Andreas Färber <[email protected]>
Date:   Sat Oct 31 15:15:58 2015 +0100

    lpc8xx: Allow CHIPNAME override
    
    Default to lpc8xx as before, but allow setting the actual CHIPNAME.
    
    Change-Id: I5a48fa75c640440a0d4c3f2858653e94bed846d2
    Signed-off-by: Andreas Färber <[email protected]>

diff --git a/tcl/target/lpc8xx.cfg b/tcl/target/lpc8xx.cfg
index 5654150..e0e210b 100644
--- a/tcl/target/lpc8xx.cfg
+++ b/tcl/target/lpc8xx.cfg
@@ -1,5 +1,7 @@
 # NXP LPC8xx Cortex-M0+ with at least 1kB SRAM
-set CHIPNAME lpc8xx
+if { ![info exists CHIPNAME] } {
+       set CHIPNAME lpc8xx
+}
 set CHIPSERIES lpc800
 if { ![info exists WORKAREASIZE] } {
        set WORKAREASIZE 0x400

-- 

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

Reply via email to