afeb9260: fix macb device init
[oweals/u-boot.git] / board / trab / trab_fkt.c
index 93b9490e1ce385436544609fc5641d672ff66bdd..53cdb5a31ecb3dd5a32465dcfed0ad49599dc9a1 100644 (file)
@@ -294,6 +294,12 @@ int trab_fkt (int argc, char *argv[])
        return 1;
 }
 
+void hang (void)
+{
+       puts ("### ERROR ### Please RESET the board ###\n");
+       for (;;);
+}
+
 int do_info (void)
 {
        printf ("Stand-alone application for TRAB board function test\n");