diff --git a/tcl/board/hitex_lpc1768stick.cfg b/tcl/board/hitex_lpc1768stick.cfg index 08820f05d..161e9654a 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 b8fd026c1..d8c8c2d71 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 23e4e5677..d63d3ede9 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 9cca30cfc..67f834011 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 5f3e9e915..068a19b24 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