]> git.sur5r.net Git - u-boot/blobdiff - arch/sh/lib/board.c
mx53ard: Change default environment to cope with OE changes
[u-boot] / arch / sh / lib / board.c
index 34d7881f446728d1634cbf3e380c3bdf7c9918cf..0789ed055d86b138c6801966922255f6815d159b 100644 (file)
@@ -65,6 +65,7 @@ static int sh_flash_init(void)
 #if defined(CONFIG_WATCHDOG)
 extern int watchdog_init(void);
 extern int watchdog_disable(void);
+# undef INIT_FUNC_WATCHDOG_INIT
 # define INIT_FUNC_WATCHDOG_INIT       watchdog_init,
 # define WATCHDOG_DISABLE              watchdog_disable
 #else
@@ -199,12 +200,3 @@ void sh_generic_init(void)
                main_loop();
        }
 }
-
-/***********************************************************************/
-
-void hang(void)
-{
-       puts("Board ERROR\n");
-       for (;;)
-               ;
-}