This is an automated email from Gerrit.

Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2384

-- gerrit

commit 5a69ef535c4626af7ddc0ea66d234baf52bd1930
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Thu Nov 20 21:33:42 2014 +0000

    cfg: fix lpc17xx regression
    
    commit b5a6ba46 broke the following board files, update to new cfg.
    
    Change-Id: Ic3b776bd32eb72eae6ad1e130e329268ce9ba71a
    Signed-off-by: Spencer Oliver <s...@spen-soft.co.uk>

diff --git a/tcl/board/hitex_lpc1768stick.cfg b/tcl/board/hitex_lpc1768stick.cfg
index 08820f0..161e965 100644
--- a/tcl/board/hitex_lpc1768stick.cfg
+++ b/tcl/board/hitex_lpc1768stick.cfg
@@ -7,7 +7,7 @@ reset_config trst_and_srst
 
 source [find interface/ftdi/hitex_lpc1768stick.cfg]
 
-source [find target/lpc1768.cfg]
+source [find target/lpc17xx.cfg]
 
 
 # startup @ 500kHz
diff --git a/tcl/board/iar_lpc1768.cfg b/tcl/board/iar_lpc1768.cfg
index b8fd026..d8c8c2d 100644
--- a/tcl/board/iar_lpc1768.cfg
+++ b/tcl/board/iar_lpc1768.cfg
@@ -3,7 +3,7 @@
 # http://www.olimex.com/dev/lpc-1766stk.html
 #
 
-source [find target/lpc1768.cfg]
+source [find target/lpc17xx.cfg]
 
 # The chip has just been reset.
 #
diff --git a/tcl/board/keil_mcb1700.cfg b/tcl/board/keil_mcb1700.cfg
index 23e4e56..d63d3ed 100644
--- a/tcl/board/keil_mcb1700.cfg
+++ b/tcl/board/keil_mcb1700.cfg
@@ -4,5 +4,5 @@
 # http://www.keil.com/mcb1700/picture.asp
 #
 
-source [find target/lpc1768.cfg]
+source [find target/lpc17xx.cfg]
 
diff --git a/tcl/board/mbed-lpc1768.cfg b/tcl/board/mbed-lpc1768.cfg
index 9cca30c..67f8340 100644
--- a/tcl/board/mbed-lpc1768.cfg
+++ b/tcl/board/mbed-lpc1768.cfg
@@ -4,4 +4,4 @@
 
 source [find interface/cmsis-dap.cfg]
 
-source [find target/lpc1768.cfg]
+source [find target/lpc17xx.cfg]
diff --git a/tcl/board/mcb1700.cfg b/tcl/board/mcb1700.cfg
index 5f3e9e9..068a19b 100644
--- a/tcl/board/mcb1700.cfg
+++ b/tcl/board/mcb1700.cfg
@@ -3,7 +3,7 @@
 # Reset init script sets it to 100MHz
 set CCLK 100000
 
-source [find target/lpc1768.cfg] 
+source [find target/lpc17xx.cfg]
 
 global MCB1700_CCLK
 set MCB1700_CCLK $CCLK

-- 

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to