src/flash/nor: flash driver for RSL10
[fw/openocd] / tcl / board / mbed-lpc11u24.cfg
index 6a58264594811fbbd369a744969791a384a8da6d..9f5be884cd6741727d03f783c6018025e9c556f9 100644 (file)
@@ -1,13 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # This is an mbed eval board with a single NXP LPC11U24 chip.
 # http://mbed.org/handbook/mbed-NXP-LPC11U24
 #
 
 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]