flash/nor: add support for Nuvoton NPCX series flash
[fw/openocd] / src / flash / nor / drivers.c
index 6eadc756b31497391ac28a3aecf96fb9bb318692..3e35c0954dbb323b63eb8bd68658e0a3d795931f 100644 (file)
@@ -56,6 +56,7 @@ extern const struct flash_driver mdr_flash;
 extern const struct flash_driver mrvlqspi_flash;
 extern const struct flash_driver msp432_flash;
 extern const struct flash_driver niietcm4_flash;
+extern const struct flash_driver npcx_flash;
 extern const struct flash_driver nrf5_flash;
 extern const struct flash_driver nrf51_flash;
 extern const struct flash_driver numicro_flash;
@@ -130,6 +131,7 @@ static const struct flash_driver * const flash_drivers[] = {
        &mrvlqspi_flash,
        &msp432_flash,
        &niietcm4_flash,
+       &npcx_flash,
        &nrf5_flash,
        &nrf51_flash,
        &numicro_flash,