From: Antonio Borneo Date: Tue, 22 Nov 2011 16:12:58 +0000 (+0800) Subject: TCL/SPEAr: fix name of included file X-Git-Tag: v0.6.0-rc1~401 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=17322b729c9af2d1837fc1407f8ac9fc4b9483f5 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 Reviewed-on: http://openocd.zylin.com/234 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/tcl/board/spear320cpu_mod.cfg b/tcl/board/spear320cpu_mod.cfg index 0dd3d6c1ec..1d62e3b554 100644 --- a/tcl/board/spear320cpu_mod.cfg +++ b/tcl/board/spear320cpu_mod.cfg @@ -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]