diff options
author | Matt Porter <mporter@konsulko.com> | 2015-05-05 15:00:24 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-28 08:18:24 -0400 |
commit | 2d18ef2364fd3561aaffe97ee3e5e540a40a835d (patch) | |
tree | ba4b6840252c909fd9aebb2f52ed24964b4a95e1 /include/flash.h | |
parent | f99993c10882f7dc8ec35993d5febe59aac01e6a (diff) | |
download | u-boot-imx-2d18ef2364fd3561aaffe97ee3e5e540a40a835d.zip u-boot-imx-2d18ef2364fd3561aaffe97ee3e5e540a40a835d.tar.gz u-boot-imx-2d18ef2364fd3561aaffe97ee3e5e540a40a835d.tar.bz2 |
ARMv7M: add STM32F1 support
Add ARMv7M STM32F1 support including clocks, timer, gpio, and flash.
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'include/flash.h')
-rw-r--r-- | include/flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/flash.h b/include/flash.h index 48aa3a5..5754cf9 100644 --- a/include/flash.h +++ b/include/flash.h @@ -460,6 +460,7 @@ extern flash_info_t *flash_get_info(ulong base); #define FLASH_S29GL128N 0x00F1 /* Spansion S29GL128N */ #define FLASH_STM32F4 0x00F2 /* STM32F4 Embedded Flash */ +#define FLASH_STM32F1 0x00F3 /* STM32F1 Embedded Flash */ #define FLASH_UNKNOWN 0xFFFF /* unknown flash type */ |