diff options
Diffstat (limited to 'arch/powerpc/cpu/74xx_7xx/cpu.c')
| -rw-r--r-- | arch/powerpc/cpu/74xx_7xx/cpu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/74xx_7xx/cpu.c b/arch/powerpc/cpu/74xx_7xx/cpu.c index 14d3ce448..ab6f11dad 100644 --- a/arch/powerpc/cpu/74xx_7xx/cpu.c +++ b/arch/powerpc/cpu/74xx_7xx/cpu.c @@ -235,7 +235,7 @@ soft_restart(unsigned long addr)      !defined(CONFIG_PPMC7XX)  /* no generic way to do board reset. simply call soft_reset. */  void -do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) +do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  {  	ulong addr;  	/* flush and disable I/D cache */ |