tcl/board: Add Diolan LPC4357-DB1 config

Adapted from diolan_lpc4350-db1.cfg. Both boards are identical except
for the SoC, so keep them in sync.

Change-Id: If892d8e953b0e3a9209a95b3b23a547357c10b7a
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/3038
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
Andreas Färber 2015-10-20 00:37:42 +02:00 committed by Freddie Chopin
parent 2cbbe9abf5
commit 94c82d16bd
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#
# Diolan LPC-4350-DB1 development board
#
@ -6,3 +5,5 @@
set CHIPNAME lpc4350
source [find target/lpc4350.cfg]
flash bank $_CHIPNAME.nor cfi 0x1C000000 0x00200000 2 2 $_CHIPNAME.m4

View File

@ -0,0 +1,9 @@
#
# Diolan LPC-4357-DB1 development board
#
set CHIPNAME lpc4357
source [find target/lpc4357.cfg]
flash bank $_CHIPNAME.nor cfi 0x1C000000 0x00200000 2 2 $_CHIPNAME.m4