Add large bank write/dump support in mflash driver.


git-svn-id: svn://svn.berlios.de/openocd/trunk@1931 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-05-27 12:34:02 +00:00
parent ee9766f1db
commit 3d79669c5e
2 changed files with 66 additions and 23 deletions

View File

@@ -176,6 +176,8 @@ extern int mflash_init_drivers(struct command_context_s *cmd_ctx);
#define MG_UNLOCK_OTP_AREA 0xFF
#define MG_FILEIO_CHUNK 1048576
typedef enum _mg_io_type_wait{
mg_io_wait_bsy = 1,