flash: update stm32 driver names

Use consistent names for the stm32 family flash drivers, eg.
stm32x -> stm32f1x
stm32f2xxx -> stm32f2x

this makes it easier to add support for newer stm32 families.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver
2011-07-28 11:42:27 +01:00
parent b5a324e63c
commit b066a7db24
4 changed files with 20 additions and 21 deletions

View File

@@ -24,8 +24,8 @@ NOR_DRIVERS = \
pic32mx.c \
stmsmi.c \
stellaris.c \
stm32x.c \
stm32f2xxx.c \
stm32f1x.c \
stm32f2x.c \
str7x.c \
str9x.c \
str9xpec.c \