aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2011-11-23 00:12:58 +0800
committerSpencer Oliver <spen@spen-soft.co.uk>2011-11-22 21:02:55 +0000
commit17322b729c9af2d1837fc1407f8ac9fc4b9483f5 (patch)
tree6683dd72956cd8f4fe98e2324924431784b05a0f /tcl
parent3291edf1e72da7914f77d913a864e6416c16132d (diff)
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>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/spear320cpu_mod.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/spear320cpu_mod.cfg b/tcl/board/spear320cpu_mod.cfg
index 0dd3d6c1..1d62e3b5 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]