diff options
Diffstat (limited to 'arch/nds32/lib/board.c')
| -rw-r--r-- | arch/nds32/lib/board.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c index a7d27fc7f..57af1bee9 100644 --- a/arch/nds32/lib/board.c +++ b/arch/nds32/lib/board.c @@ -404,10 +404,3 @@ void board_init_r(gd_t *id, ulong dest_addr)  	/* NOTREACHED - no way out of command loop except booting */  } - -void hang(void) -{ -	puts("### ERROR ### Please RESET the board ###\n"); -	for (;;) -		; -} |