flash/nor: Add support for TI CC26xx/CC13xx flash
[fw/openocd] / src / flash / nor / mrvlqspi.c
index 21fc91b25213d26f4ea6807a1adeeb0946437194..eda6cc1ad2e079ed0c49bce380c9c80ccf605a40 100644 (file)
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   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.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
- *                                                                         *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
  /*
@@ -958,4 +955,5 @@ struct flash_driver mrvlqspi_flash = {
        .erase_check = mrvlqspi_flash_erase_check,
        .protect_check = mrvlqspi_protect_check,
        .info = mrvlqspi_get_info,
+       .free_driver_priv = default_flash_free_driver_priv,
 };