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
__archive__
parent
1d37b37dc7
commit
d1a67c80e4
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
# http://www.keil.com/mcb1700/picture.asp
|
||||
#
|
||||
|
||||
source [find target/lpc1768.cfg]
|
||||
source [find target/lpc17xx.cfg]
|
||||
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
|
||||
source [find target/lpc1768.cfg]
|
||||
source [find target/lpc17xx.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
|
||||
|
|
Loading…
Reference in New Issue