]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/m68k/lib/bootm.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / m68k / lib / bootm.c
index e5ed6eb7cc6201b4a2263564d418f47cd50e7a69..76a2fb27c1b720c526d40ed665e829e93aac345b 100644 (file)
@@ -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;