add STM32F2 revY

This commit is contained in:
SimonQian
2011-04-24 23:35:27 +08:00
committed by Øyvind Harboe
parent 2e88162b00
commit 5bd1f0bad4

View File

@@ -659,6 +659,10 @@ static int get_stm32x_info(struct flash_bank *bank, char *buf, int buf_size)
snprintf(buf, buf_size, "Z");
break;
case 0x2001:
snprintf(buf, buf_size, "Y");
break;
default:
snprintf(buf, buf_size, "unknown");
break;