Browse Source

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
tags/v0.9.0-rc1
Spencer Oliver 9 years ago
parent
commit
d1a67c80e4
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      tcl/board/hitex_lpc1768stick.cfg
  2. +1
    -1
      tcl/board/iar_lpc1768.cfg
  3. +1
    -1
      tcl/board/keil_mcb1700.cfg
  4. +1
    -1
      tcl/board/mbed-lpc1768.cfg
  5. +1
    -1
      tcl/board/mcb1700.cfg

+ 1
- 1
tcl/board/hitex_lpc1768stick.cfg 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


+ 1
- 1
tcl/board/iar_lpc1768.cfg 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.
#


+ 1
- 1
tcl/board/keil_mcb1700.cfg View File

@@ -4,5 +4,5 @@
# http://www.keil.com/mcb1700/picture.asp
#

source [find target/lpc1768.cfg]
source [find target/lpc17xx.cfg]


+ 1
- 1
tcl/board/mbed-lpc1768.cfg View File

@@ -4,4 +4,4 @@

source [find interface/cmsis-dap.cfg]

source [find target/lpc1768.cfg]
source [find target/lpc17xx.cfg]

+ 1
- 1
tcl/board/mcb1700.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


Loading…
Cancel
Save