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