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>__archive__
parent
2cbbe9abf5
commit
94c82d16bd
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue