diff options
Diffstat (limited to 'board/esd/wuh405/wuh405.c')
| -rw-r--r-- | board/esd/wuh405/wuh405.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/esd/wuh405/wuh405.c b/board/esd/wuh405/wuh405.c index 01966eec2..704cd0270 100644 --- a/board/esd/wuh405/wuh405.c +++ b/board/esd/wuh405/wuh405.c @@ -32,7 +32,7 @@  #define FPGA_DEBUG  #endif -extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); +extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);  /* fpga configuration data - gzip compressed and generated by bin2c */  const unsigned char fpgadata[] = |