diff options
Diffstat (limited to 'arch/i386/lib/bootm.c')
| -rw-r--r-- | arch/i386/lib/bootm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/i386/lib/bootm.c b/arch/i386/lib/bootm.c index f96d7bd6d..b36e58d9e 100644 --- a/arch/i386/lib/bootm.c +++ b/arch/i386/lib/bootm.c @@ -29,7 +29,7 @@  #include <asm/zimage.h>  /*cmd_boot.c*/ -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)  {  	void		*base_ptr;  	ulong		os_data, os_len; |