]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/nds32/lib/board.c
lib: consolidate hang()
[karo-tx-uboot.git] / arch / nds32 / lib / board.c
index a7d27fc7f8e78ec43ef635f181e84e5209cf16e1..57af1bee9b25864318b95e32e6e58cc2f174e66f 100644 (file)
@@ -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 (;;)
-               ;
-}