]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/i386/lib/zimage.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / i386 / lib / zimage.c
index b39615a3e25884c6efb040842c1e211b80c2b76a..89fe015e6eccf92483f20a8e3e353b380f39e9e9 100644 (file)
@@ -245,7 +245,7 @@ void boot_zimage(void *setup_base)
        enter_realmode(((u32)setup_base+SETUP_START_OFFSET)>>4, 0, &regs, &regs);
 }
 
-int do_zboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_zboot (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        void *base_ptr;
        void *bzImage_addr;