Skip to content

Commit a0cfdbd

Browse files
committed
[sfud] keep macros in order attach #6255
1 parent f290ff8 commit a0cfdbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/spi/sfud/inc/sfud_flash_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ typedef struct {
8181
#define SFUD_MF_ID_ATMEL 0x1F
8282
#define SFUD_MF_ID_MICRON 0x20
8383
#define SFUD_MF_ID_AMIC 0x37
84+
#define SFUD_MF_ID_NOR_MEM 0x52
8485
#define SFUD_MF_ID_SANYO 0x62
8586
#define SFUD_MF_ID_INTEL 0x89
8687
#define SFUD_MF_ID_ESMT 0x8C
@@ -91,7 +92,6 @@ typedef struct {
9192
#define SFUD_MF_ID_GIGADEVICE 0xC8
9293
#define SFUD_MF_ID_ISSI 0xD5
9394
#define SFUD_MF_ID_WINBOND 0xEF
94-
#define SFUD_MF_ID_NOR_MEM 0x52
9595

9696
/* SFUD supported manufacturer information table */
9797
#define SFUD_MF_TABLE \

0 commit comments

Comments
 (0)