summaryrefslogtreecommitdiffstats
path: root/commands/loadb.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/loadb.c')
-rw-r--r--commands/loadb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/loadb.c b/commands/loadb.c
index efb1a3cd80..6740ef4a48 100644
--- a/commands/loadb.c
+++ b/commands/loadb.c
@@ -688,7 +688,7 @@ static struct console_device *get_current_console(void)
*
* @return success or failure
*/
-static int do_load_serial_bin(cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_load_serial_bin(struct command *cmdtp, int argc, char *argv[])
{
ulong offset = 0;
ulong addr;