flash/nor: Add support for TI CC26xx/CC13xx flash
[fw/openocd] / src / flash / nor / ocl.c
index c547d9a1746c528ff4c53604b074ea160535d989..895c4af219374f54f0636c201dd5290c88dc562c 100644 (file)
@@ -13,9 +13,7 @@
  *   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/>. *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
@@ -342,4 +340,5 @@ struct flash_driver ocl_flash = {
        .erase_check = ocl_erase_check,
        .protect_check = ocl_protect_check,
        .auto_probe = ocl_auto_probe,
+       .free_driver_priv = default_flash_free_driver_priv,
 };