summaryrefslogtreecommitdiffstats
path: root/arch/i386/lib/bootm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/lib/bootm.c')
-rw-r--r--arch/i386/lib/bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/bootm.c b/arch/i386/lib/bootm.c
index f96d7bd6da..b36e58d9ec 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;
OpenPOWER on IntegriCloud