summaryrefslogtreecommitdiffstats
path: root/arch/m68k/lib/bootm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/lib/bootm.c')
-rw-r--r--arch/m68k/lib/bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/lib/bootm.c b/arch/m68k/lib/bootm.c
index e5ed6eb7cc..76a2fb27c1 100644
--- a/arch/m68k/lib/bootm.c
+++ b/arch/m68k/lib/bootm.c
@@ -64,7 +64,7 @@ void arch_lmb_reserve(struct lmb *lmb)
lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + gd->ram_size - sp));
}
-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)
{
ulong rd_len;
ulong initrd_start, initrd_end;
OpenPOWER on IntegriCloud