File tree Expand file tree Collapse file tree 3 files changed +455
-0
lines changed Expand file tree Collapse file tree 3 files changed +455
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ NOR_DRIVERS = \
26
26
%D%/dsp5680xx_flash.c \
27
27
%D%/efm32.c \
28
28
%D%/em357.c \
29
+ %D%/eneispif.c \
29
30
%D%/esirisc_flash.c \
30
31
%D%/faux.c \
31
32
%D%/fespi.c \
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ extern const struct flash_driver cfi_flash;
39
39
extern const struct flash_driver dsp5680xx_flash ;
40
40
extern const struct flash_driver efm32_flash ;
41
41
extern const struct flash_driver em357_flash ;
42
+ extern const struct flash_driver eneispif_flash ;
42
43
extern const struct flash_driver esirisc_flash ;
43
44
extern const struct flash_driver faux_flash ;
44
45
extern const struct flash_driver fm3_flash ;
@@ -115,6 +116,7 @@ static const struct flash_driver * const flash_drivers[] = {
115
116
& dsp5680xx_flash ,
116
117
& efm32_flash ,
117
118
& em357_flash ,
119
+ & eneispif_flash ,
118
120
& esirisc_flash ,
119
121
& faux_flash ,
120
122
& fm3_flash ,
You can’t perform that action at this time.
0 commit comments