diff options
Diffstat (limited to 'board/ppmc7xx/ppmc7xx.c')
| -rw-r--r-- | board/ppmc7xx/ppmc7xx.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ppmc7xx/ppmc7xx.c b/board/ppmc7xx/ppmc7xx.c index 944cd4ddc..0cad89734 100644 --- a/board/ppmc7xx/ppmc7xx.c +++ b/board/ppmc7xx/ppmc7xx.c @@ -89,7 +89,7 @@ int misc_init_r( void )   *   * Shell command to reset the board.   */ -void do_reset( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] ) +void do_reset( cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[] )  {  	printf( "Resetting...\n" ); |