This is an automated email from Gerrit. Antonio Borneo ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/234
-- gerrit commit 7ced90eebc7db4b9e1c46e594f5e9abf18233d81 Author: Antonio Borneo <[email protected]> Date: Wed Nov 23 00:12:58 2011 +0800 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 <[email protected]> diff --git a/tcl/board/spear320cpu_mod.cfg b/tcl/board/spear320cpu_mod.cfg index 0dd3d6c..1d62e3b 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] -- ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
