Browse Source

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>
tags/v0.6.0-rc1
Antonio Borneo 12 years ago
committed by Spencer Oliver
parent
commit
17322b729c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl/board/spear320cpu_mod.cfg

+ 1
- 1
tcl/board/spear320cpu_mod.cfg 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]

Loading…
Cancel
Save