]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/blackfin/lib/boot.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / blackfin / lib / boot.c
index 951d5b0d02732cfadaf8a741016d5a289514bf39..37aa82a055b0b6af40872134077398fbcadab6f1 100644 (file)
@@ -33,7 +33,7 @@ static char *make_command_line(void)
 
 extern ulong bfin_poweron_retx;
 
-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)
 {
        int     (*appl) (char *cmdline);
        char    *cmdline;