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