tcl/board: Add Spansion SK-FM4-U120-9B560 config
Change-Id: I01464b2a999890d50b95d0fb98ff46d8a04a2c57 Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-on: http://openocd.zylin.com/3009 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
parent
0663cb5e47
commit
492a4ac226
|
@ -0,0 +1,17 @@
|
||||||
|
#
|
||||||
|
# Spansion SK-FM4-U120-9B560
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# FM3 MB9AF312K
|
||||||
|
#
|
||||||
|
# source [find interface/cmsis-dap.cfg]
|
||||||
|
|
||||||
|
#
|
||||||
|
# FM4 MB9BF568R w/ 64 KB SRAM0
|
||||||
|
#
|
||||||
|
set CHIPNAME mb9bf568
|
||||||
|
set WORKAREASIZE 0x10000
|
||||||
|
source [find target/fm4_mb9bf.cfg]
|
||||||
|
|
||||||
|
reset_config srst_only
|
Loading…
Reference in New Issue