X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Favrf.c;h=3261f8ba11e233b248300f6fe9b5a006a3a1e968;hp=1dc5f07e1c1124e7b6860b4e87e57144839f3d7e;hb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;hpb=9f0cba528a163645c8ecace413731c23310f2c26 diff --git a/src/flash/nor/avrf.c b/src/flash/nor/avrf.c index 1dc5f07e1c..3261f8ba11 100644 --- a/src/flash/nor/avrf.c +++ b/src/flash/nor/avrf.c @@ -15,7 +15,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 @@ -479,7 +479,7 @@ struct flash_driver avr_flash = { .read = default_flash_read, .probe = avrf_probe, .auto_probe = avrf_auto_probe, - .erase_check = default_flash_mem_blank_check, + .erase_check = default_flash_blank_check, .protect_check = avrf_protect_check, .info = avrf_info, };