Minor bug fixes in Mips32 code
authorSalvador <sarroyofdez@yahoo.es>
Mon, 2 Apr 2012 14:48:52 +0000 (16:48 +0200)
committerSpencer Oliver <spen@spen-soft.co.uk>
Tue, 10 Apr 2012 12:09:55 +0000 (12:09 +0000)
commit18e6e02cdc5dce3c0741a294680a85ca70c10267
treee38a241ce802d66f6ec4bbecbfa6be7bb82f4e77
parenta6cf60c9c2387ca9f6c5a916ebf3d164554a7165
Minor bug fixes in Mips32 code

Now the the "Fast" version for memory blank check in pic32mx.c can be called:
default_flash_blank_check()  instead of the "fallback"  default_flash_mem_blank_check().

The command "verify_image", without working area, now don't show:
 checksum mismatch - attempting binary compare
when there are no real errors in flash.

Change-Id: I256e8ae949289634e1de5c1c2861e4c4c4b7fdce
Signed-off-by: Salvador <sarroyofdez@yahoo.es>
Reviewed-on: http://openocd.zylin.com/549
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/target/mips32.c