cfg: fix lpc17xx regression

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
This commit is contained in:
Spencer Oliver 2014-11-20 21:33:42 +00:00
parent 1d37b37dc7
commit d1a67c80e4
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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.
#

View File

@ -4,5 +4,5 @@
# http://www.keil.com/mcb1700/picture.asp
#
source [find target/lpc1768.cfg]
source [find target/lpc17xx.cfg]

View File

@ -4,4 +4,4 @@
source [find interface/cmsis-dap.cfg]
source [find target/lpc1768.cfg]
source [find target/lpc17xx.cfg]

View File

@ -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