diff options
Diffstat (limited to 'common/cmd_ambapp.c')
| -rw-r--r-- | common/cmd_ambapp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_ambapp.c b/common/cmd_ambapp.c index bb20ab514..283c43337 100644 --- a/common/cmd_ambapp.c +++ b/common/cmd_ambapp.c @@ -223,7 +223,7 @@ void ambapp_print_ahb(ahbctrl_pp_dev * ahb, int index)  	printf("   irq: %-2d (ver: %d)\n", irq, ver);  } -int do_ambapp_print(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[]) +int do_ambapp_print(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])  {  	/* Print AHB Masters */ |