]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cm-bf537e/flash.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / cm-bf537e / flash.c
index 25aeed264a022cd691ba31798e1e0d69ff758974..a4c1ec06cba0dba24ebdcd9e37d4daf403e9d8da 100644 (file)
@@ -11,7 +11,7 @@
 #include <asm/blackfin.h>
 #include "gpio_cfi_flash.h"
 
-int do_pf(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_pf(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        ulong faddr = CONFIG_SYS_FLASH_BASE;
        ushort data;