Skip to content

Commit 5309c93

Browse files
peterwangszkartben
authored andcommitted
drivers: flash: update flash_mcux to support all mcxa family device
update flash_mcux driver to support all mcxa family device Signed-off-by: Peter Wang <[email protected]>
1 parent aa57818 commit 5309c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/flash/soc_flash_mcux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LOG_MODULE_REGISTER(flash_mcux);
4343

4444
#if defined(SOC_HAS_IAP) && !defined(CONFIG_SOC_LPC55S36)
4545
#include "fsl_iap.h"
46-
#elif defined(CONFIG_SOC_MCXA156)
46+
#elif defined(CONFIG_SOC_SERIES_MCXA)
4747
#include "fsl_romapi.h"
4848
#define FLASH_Erase FLASH_EraseSector
4949
#define FLASH_Program FLASH_ProgramPhrase

0 commit comments

Comments
 (0)