]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/flash.h
arm: socfpga: config: Move SPL GD and malloc to RAM
[karo-tx-uboot.git] / include / flash.h
index 48aa3a5f8e387ebcc23cf0b008352da3f9dfbca2..5754cf97737c1b5658327c3f521408cacec78b9e 100644 (file)
@@ -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                   */