src/flash/nor: flash driver for RSL10
[fw/openocd] / src / flash / nor / drivers.c
index e3fd36ad7184c0e30f5634321b78e84c6996855d..ee54ef2d67587b8bf694c59c95b64a1eceeec2d5 100644 (file)
@@ -78,6 +78,7 @@ extern const struct flash_driver w600_flash;
 extern const struct flash_driver xcf_flash;
 extern const struct flash_driver xmc1xxx_flash;
 extern const struct flash_driver xmc4xxx_flash;
+extern const struct flash_driver rsl10_flash;
 
 /**
  * The list of built-in flash drivers.
@@ -153,6 +154,7 @@ static const struct flash_driver * const flash_drivers[] = {
        &xmc1xxx_flash,
        &xmc4xxx_flash,
        &w600_flash,
+       &rsl10_flash,
        NULL,
 };