diff options
Diffstat (limited to 'arch/sh/lib/bootm.c')
| -rw-r--r-- | arch/sh/lib/bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/sh/lib/bootm.c b/arch/sh/lib/bootm.c index ae1f869f1..9c58ed7ec 100644 --- a/arch/sh/lib/bootm.c +++ b/arch/sh/lib/bootm.c @@ -43,7 +43,7 @@ static void hexdump(unsigned char *buf, int len)  }  #endif -int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) +int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images)  {  	/* Linux kernel load address */  	void (*kernel) (void) = (void (*)(void))images->ep; |