diff options
Diffstat (limited to 'common/cmd_bootldr.c')
| -rw-r--r-- | common/cmd_bootldr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_bootldr.c b/common/cmd_bootldr.c index b2a8b0e19..c7f14d9e4 100644 --- a/common/cmd_bootldr.c +++ b/common/cmd_bootldr.c @@ -142,7 +142,7 @@ static void ldr_exec(void *addr)   *   to also add booting from SPI, or TWI, but this function does   *   not currently support that.   */ -int do_bootldr(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +int do_bootldr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  {  	void *addr; |