]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/microblaze/lib/board.c
lib: consolidate hang()
[karo-tx-uboot.git] / arch / microblaze / lib / board.c
index 3a6d81aa0909e33e2cc82fb9d4dda0ba87bf46df..bb402432c6cdac8c2f1c609bc0bb81f2059da58b 100644 (file)
@@ -195,10 +195,3 @@ void board_init_f(ulong not_used)
                main_loop();
        }
 }
-
-void hang(void)
-{
-       puts("### ERROR ### Please RESET the board ###\n");
-       for (;;)
-               ;
-}