TCL/SPEAr: fix name of included file
Fix error introduced in recent commit. Correct the name of the board file. Change-Id: I46bca8329812fb24bc4f8d316be9e7cba9b56496 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/234 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>__archive__
parent
3291edf1e7
commit
17322b729c
|
@ -22,4 +22,4 @@
|
||||||
|
|
||||||
# Modified boards has SRST on JTAG connector
|
# Modified boards has SRST on JTAG connector
|
||||||
set BOARD_HAS_SRST 1
|
set BOARD_HAS_SRST 1
|
||||||
source [find board/spear320evb.cfg]
|
source [find board/spear320cpu.cfg]
|
||||||
|
|
Loading…
Reference in New Issue