diff options
Diffstat (limited to 'arch/powerpc/lib/board.c')
| -rw-r--r-- | arch/powerpc/lib/board.c | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c index 422b4a39b..41b22949f 100644 --- a/arch/powerpc/lib/board.c +++ b/arch/powerpc/lib/board.c @@ -1050,15 +1050,6 @@ 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"); -	bootstage_error(BOOTSTAGE_ID_NEED_RESET); -	for (;;) -		; -} - -  #if 0	/* We could use plain global data, but the resulting code is bigger */  /*   * Pointer to initial global data area |