]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/tcm-bf537/flash.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / board / tcm-bf537 / flash.c
index 52c5bd83c9c077e1f77ebf411f4f5d2e30111276..14055c6177064bde60a6d9082d615cb11a70c728 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;