X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fflash.h;h=5754cf97737c1b5658327c3f521408cacec78b9e;hb=7853d76b0bdab9b1a4da0bba8da6d12b5b8a303f;hp=30aa080b883eb0ec1febcb067965cea758491bfd;hpb=878cd63e02f63f245182a101807186b44e20f116;p=oweals%2Fu-boot.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 */