diff options
Diffstat (limited to 'arch/nios2/lib/board.c')
| -rw-r--r-- | arch/nios2/lib/board.c | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/arch/nios2/lib/board.c b/arch/nios2/lib/board.c index 0f2bc7e8a..f430ef082 100644 --- a/arch/nios2/lib/board.c +++ b/arch/nios2/lib/board.c @@ -162,14 +162,3 @@ void board_init(void)  		main_loop();  	}  } - - -/***********************************************************************/ - -void hang(void) -{ -	disable_interrupts(); -	puts("### ERROR ### Please reset board ###\n"); -	for (;;) -		; -} |