From eaaa4f7e0e99b7bb1f5caefd96ade7c2ee891bf3 Mon Sep 17 00:00:00 2001 From: "rev13@wp.pl" Date: Sun, 1 Mar 2015 12:44:40 +0100 Subject: ARMv7M: Add STM32F4 support Signed-off-by: Kamil Lulko Reviewed-by: Tom Rini --- include/flash.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/flash.h') diff --git a/include/flash.h b/include/flash.h index 30aa080b88..48aa3a5f8e 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 */ -- cgit v1.2.1