diff options
author | rev13@wp.pl <rev13@wp.pl> | 2015-03-01 12:44:40 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-22 12:14:55 -0400 |
commit | eaaa4f7e0e99b7bb1f5caefd96ade7c2ee891bf3 (patch) | |
tree | 1ff4b67be06c77e60b36a68c42b612d9b7802472 /include/flash.h | |
parent | 12d8a729137ec58107236c472ddb14a819e7bd0b (diff) | |
download | u-boot-imx-eaaa4f7e0e99b7bb1f5caefd96ade7c2ee891bf3.zip u-boot-imx-eaaa4f7e0e99b7bb1f5caefd96ade7c2ee891bf3.tar.gz u-boot-imx-eaaa4f7e0e99b7bb1f5caefd96ade7c2ee891bf3.tar.bz2 |
ARMv7M: Add STM32F4 support
Signed-off-by: Kamil Lulko <rev13@wp.pl>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/flash.h')
-rw-r--r-- | include/flash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/flash.h b/include/flash.h index 30aa080..48aa3a5 100644 --- a/include/flash.h +++ b/include/flash.h @@ -459,6 +459,8 @@ extern flash_info_t *flash_get_info(ulong base); #define FLASH_S29GL064M 0x00F0 /* Spansion S29GL064M-R6 */ #define FLASH_S29GL128N 0x00F1 /* Spansion S29GL128N */ +#define FLASH_STM32F4 0x00F2 /* STM32F4 Embedded Flash */ + #define FLASH_UNKNOWN 0xFFFF /* unknown flash type */ |