]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/lib/board.c
lib: consolidate hang()
[karo-tx-uboot.git] / arch / sh / lib / board.c
index 6e43acfbd35778165843651f724bf646d368c69c..0789ed055d86b138c6801966922255f6815d159b 100644 (file)
@@ -200,12 +200,3 @@ void sh_generic_init(void)
                main_loop();
        }
 }
-
-/***********************************************************************/
-
-void hang(void)
-{
-       puts("Board ERROR\n");
-       for (;;)
-               ;
-}