mdr32fx: support for Milandr's MDR32Fx internal flash memory
[fw/openocd] / src / flash / nor / drivers.c
index 88289c8faf4507802641e19b028315febad85d15..57ae15fb9e395109647394b40cb1dc46530e82a8 100644 (file)
@@ -14,7 +14,7 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
@@ -50,6 +50,7 @@ extern struct flash_driver dsp5680xx_flash;
 extern struct flash_driver fm3_flash;
 extern struct flash_driver kinetis_flash;
 extern struct flash_driver efm32_flash;
+extern struct flash_driver mdr_flash;
 
 /**
  * The list of built-in flash drivers.
@@ -84,6 +85,7 @@ static struct flash_driver *flash_drivers[] = {
        &dsp5680xx_flash,
        &kinetis_flash,
        &efm32_flash,
+       &mdr_flash,
        NULL,
 };