recovery: fix incompatible function pointer warning

Command arguments doesn't have yet _const_ char *arg
This commit is contained in:
Alexander Couzens 2015-03-03 15:03:53 +01:00
parent 3e2a5a1b67
commit 5cd0f3ede7
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static int flash_failed(void)
* 6.) Flash
* 7.) Reset or enter netconsole
*/
static int do_run_recovery(cmd_tbl_t *cmdtp, int flag, int argc, const char *argv[])
static int do_run_recovery(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
{
int rc;