2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 10:08:37 +10:00

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>
This commit is contained in:
Antonio Borneo 2011-11-23 00:12:58 +08:00 committed by Spencer Oliver
parent 3291edf1e7
commit 17322b729c

View File

@ -22,4 +22,4 @@
# Modified boards has SRST on JTAG connector
set BOARD_HAS_SRST 1
source [find board/spear320evb.cfg]
source [find board/spear320cpu.cfg]