]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sparc/include/asm/prom.h
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / sparc / include / asm / prom.h
index d55cc863da281cba65057f9cc2dd54d38346996d..12901bcef853631e489e369e15559d9f7bf121cd 100644 (file)
@@ -79,7 +79,7 @@ struct linux_mem_v0 {
 
 /* Arguments sent to the kernel from the boot prompt. */
 struct linux_arguments_v0 {
-       char *argv[8];
+       char * const argv[8];
        char args[100];
        char boot_dev[2];
        int boot_dev_ctrl;