From b5a6ba46aaed530a4b1397b9617de0ff316f6efb Mon Sep 17 00:00:00 2001 From: Vanya Sergeev Date: Thu, 20 Feb 2014 01:06:04 -0800 Subject: cfg: refactor lpc1xxx targets onto one base config Since now auto-detection for flash size works nicely, there's no reason to keep numerous configs around. Change-Id: If0cbc37985abf17ef7c1f7d0688e76500fac228f Signed-off-by: Vanya Sergeev Reviewed-on: http://openocd.zylin.com/1960 Tested-by: jenkins Reviewed-by: Freddie Chopin Reviewed-by: Spencer Oliver --- tcl/board/mbed-lpc11u24.cfg | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tcl/board') diff --git a/tcl/board/mbed-lpc11u24.cfg b/tcl/board/mbed-lpc11u24.cfg index 6a582645..b1ec2a51 100644 --- a/tcl/board/mbed-lpc11u24.cfg +++ b/tcl/board/mbed-lpc11u24.cfg @@ -4,10 +4,7 @@ source [find interface/cmsis-dap.cfg] -# increase working area to 8KB +# NXP LPC11U24 Cortex-M0 with 32kB Flash and 8kB SRAM set WORKAREASIZE 0x2000 -# chip name -set CHIPNAME lpc11u24 - -source [find target/lpc11uxx.cfg] +source [find target/lpc11xx.cfg] -- cgit v1.2.3-18-g5258