X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fflash.h;h=5754cf97737c1b5658327c3f521408cacec78b9e;hb=b09944c1087104f05030e5d7b52a1aabd6f23550;hp=30aa080b883eb0ec1febcb067965cea758491bfd;hpb=21008ad6384170767041f1608975473c5ffa7fc7;p=karo-tx-uboot.git diff --git a/include/flash.h b/include/flash.h index 30aa080b88..5754cf9773 100644 --- a/include/flash.h +++ b/include/flash.h @@ -459,6 +459,9 @@ 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_STM32F1 0x00F3 /* STM32F1 Embedded Flash */ + #define FLASH_UNKNOWN 0xFFFF /* unknown flash type */