stm3220g_eval.cfg: fix CHIPNAME.

The STM3220G-EVAL board has an STM32F207IGH6. ("...H6", not "...T6").

Change-Id: Iaf3dae6830c5c0685a1dcd1588d391434bc51be7
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Reviewed-on: http://openocd.zylin.com/120
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
Marti Bolivar 2011-10-25 15:52:10 -04:00 committed by Spencer Oliver
parent 8f76ca05d9
commit 5cca45d5f9
1 changed files with 2 additions and 2 deletions

View File

@ -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]