X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.c;fp=src%2Fopenocd.c;h=2a9a0b3d4a37ae7c764d4cf5968fd0887c1df61a;hp=f084dd4522d6294e027578982f803d9c9b86927b;hb=7a93c9e087b7cb0444068a3deb506eb127f758f0;hpb=263deb3802a515ba8155b6c59146f0f539de4e43 diff --git a/src/openocd.c b/src/openocd.c index f084dd4522..2a9a0b3d4a 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -36,7 +36,6 @@ #include #include #include -#include #include #include @@ -165,9 +164,6 @@ COMMAND_HANDLER(handle_init_command) if (command_run_line(CMD_CTX, "flash init") != ERROR_OK) return ERROR_FAIL; - if (command_run_line(CMD_CTX, "mflash init") != ERROR_OK) - return ERROR_FAIL; - if (command_run_line(CMD_CTX, "nand init") != ERROR_OK) return ERROR_FAIL; @@ -257,7 +253,6 @@ struct command_context *setup_command_handler(Jim_Interp *interp) &flash_register_commands, &nand_register_commands, &pld_register_commands, - &mflash_register_commands, &cti_register_commands, &dap_register_commands, NULL