diff options
Diffstat (limited to 'board/esd/pci405/pci405.c')
| -rw-r--r-- | board/esd/pci405/pci405.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/esd/pci405/pci405.c b/board/esd/pci405/pci405.c index 536485727..b0d7663b2 100644 --- a/board/esd/pci405/pci405.c +++ b/board/esd/pci405/pci405.c @@ -34,7 +34,7 @@  DECLARE_GLOBAL_DATA_PTR;  /* Prototypes */ -int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); +int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);  unsigned long fpga_done_state(void);  unsigned long fpga_init_state(void); @@ -356,7 +356,7 @@ int wpeeprom(int wp)  	return wp_state;  } -int do_wpeeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +int do_wpeeprom(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  {  	int wp = -1;  	if (argc >= 2) { |