]> git.sur5r.net Git - u-boot/blobdiff - common/board_f.c
sdhci: Add sdhci support for spear devices
[u-boot] / common / board_f.c
index 3a6638f8ee7c497078bcf82874f1087e0a8fd51a..32e59faa027bc6040fe5ba1cd13ab774b203a904 100644 (file)
@@ -1087,13 +1087,3 @@ void board_init_f_r(void)
        hang();
 }
 #endif /* CONFIG_X86 */
-
-void hang(void)
-{
-       puts("### ERROR ### Please RESET the board ###\n");
-#ifdef CONFIG_SANDBOX
-       os_exit(0);
-#else
-       for (;;);
-#endif
-}