This is an automated email from Gerrit.

Marti Bolivar (mboli...@leaflabs.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/120

-- gerrit

commit 42057451cb8ed248d28a0ac7d7f876f84234404d
Author: Marti Bolivar <mboli...@leaflabs.com>
Date:   Tue Oct 25 15:52:10 2011 -0400

    stm3220g_eval.cfg: fix CHIPNAME.
    
    The STM3220G-EVAL board has an STM32F207IGH6. ("...H6", not "...T6").
    
    Change-Id: Iaf3dae6830c5c0685a1dcd1588d391434bc51be7
    Signed-off-by: Marti Bolivar <mboli...@leaflabs.com>

diff --git a/tcl/board/stm3220g_eval.cfg b/tcl/board/stm3220g_eval.cfg
index 48b57c1..4728432 100644
--- a/tcl/board/stm3220g_eval.cfg
+++ b/tcl/board/stm3220g_eval.cfg
@@ -1,4 +1,4 @@
-# STM3220G-EVAL: This is an STM32F2 eval board with a single STM32F207IGT6
+# STM3220G-EVAL: This is an STM32F2 eval board with a single STM32F207IGH6
 # (128KB) chip.
 # http://www.st.com/internet/evalboard/product/250374.jsp
 
@@ -6,6 +6,6 @@
 set WORKAREASIZE 0x20000
 
 # chip name
-set CHIPNAME STM32F207IGT6
+set CHIPNAME STM32F207IGH6
 
 source [find target/stm32f2x.cfg]

-- 
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to