From 218a4b4e20ba8c993ba10c63be5a089c63c49896 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 27 Nov 2010 11:43:32 +0800 Subject: [PATCH] TCL/SPEAr: Add reference to ST Application Note ST-AN was mentioned but there was no reference Change-Id: Ie065f8faba94d63cf391a994ec895692d499394e Signed-off-by: Antonio Borneo Reviewed-on: http://openocd.zylin.com/224 Tested-by: jenkins Reviewed-by: Spencer Oliver --- tcl/board/spear310evb20.cfg | 2 +- tcl/board/spear310evb20_mod.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tcl/board/spear310evb20.cfg b/tcl/board/spear310evb20.cfg index 175e153fb0..7bf831fef1 100644 --- a/tcl/board/spear310evb20.cfg +++ b/tcl/board/spear310evb20.cfg @@ -8,7 +8,7 @@ # The standard board has JTAG SRST not connected. # This script targets such boards using quirky code to bypass the issue. # -# Check ST Application Note (FIXME: put reference) on how to fix SRST on +# Check ST Application Note AN3321 on how to fix SRST on # the board, then use the script board/spear310evb20_mod.cfg diff --git a/tcl/board/spear310evb20_mod.cfg b/tcl/board/spear310evb20_mod.cfg index bf62915d71..a7bac55a5c 100644 --- a/tcl/board/spear310evb20_mod.cfg +++ b/tcl/board/spear310evb20_mod.cfg @@ -2,8 +2,8 @@ # EVALSPEAr310 Rev. 2.0, modified to enable SRST on JTAG connector # http://www.st.com/spear # -# List of board modifications to enable SRST, as per ST Application Note -# (FIXME: put reference to AN) +# List of board modifications to enable SRST, as reported in +# ST Application Note AN3321. # - Modifications on the top layer: # 1. remove R137 and C57, located near the SMII PHY U18; # 2. remove R172 and C75, located near the SMII PHY U19; -- 2.30.2