summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lib/board.c')
-rw-r--r--arch/mips/lib/board.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c
index f19f198ae9..fac791520e 100644
--- a/arch/mips/lib/board.c
+++ b/arch/mips/lib/board.c
@@ -344,10 +344,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 (;;)
- ;
-}
OpenPOWER on IntegriCloud