summaryrefslogtreecommitdiff
path: root/cmd/armflash.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/armflash.c')
-rw-r--r--cmd/armflash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/armflash.c b/cmd/armflash.c
index f82f3dd1a3..5e7315eb7c 100644
--- a/cmd/armflash.c
+++ b/cmd/armflash.c
@@ -267,7 +267,7 @@ static int exists(const char * const name)
return CMD_RET_FAILURE;
}
-static int do_afs(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_afs(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
{
int ret = CMD_RET_SUCCESS;