]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/drivers.c
NOR/SPEAr: Add support for Serial NOR
[openocd] / src / flash / nor / drivers.c
index 3e09a0045a6eeef8e3a0bb86956a71a2d8f25d1c..f89e3f061802ac19b46676a03bb73bafd03d4a7d 100644 (file)
@@ -39,6 +39,8 @@ extern struct flash_driver ocl_flash;
 extern struct flash_driver pic32mx_flash;
 extern struct flash_driver avr_flash;
 extern struct flash_driver faux_flash;
+extern struct flash_driver virtual_flash;
+extern struct flash_driver spearsmi_flash;
 
 /**
  * The list of built-in flash drivers.
@@ -63,6 +65,8 @@ static struct flash_driver *flash_drivers[] = {
        &pic32mx_flash,
        &avr_flash,
        &faux_flash,
+       &virtual_flash,
+       &spearsmi_flash,
        NULL,
 };