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