commit
b5a6ba46 broke the following board files, update to new cfg.
Change-Id: Ic3b776bd32eb72eae6ad1e130e329268ce9ba71a
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/2384
Tested-by: jenkins
source [find interface/ftdi/hitex_lpc1768stick.cfg]
-source [find target/lpc1768.cfg]
+source [find target/lpc17xx.cfg]
# startup @ 500kHz
# http://www.olimex.com/dev/lpc-1766stk.html
#
-source [find target/lpc1768.cfg]
+source [find target/lpc17xx.cfg]
# The chip has just been reset.
#
# http://www.keil.com/mcb1700/picture.asp
#
-source [find target/lpc1768.cfg]
+source [find target/lpc17xx.cfg]
source [find interface/cmsis-dap.cfg]
-source [find target/lpc1768.cfg]
+source [find target/lpc17xx.cfg]
# 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