make show_boot_progress () weak.
[oweals/u-boot.git] / lib_ppc / board.c
index f5d18fa9f6b16d1a08e882e33ad69c1108579633..3b1bfeab4a540ca84b3cc11535061bbdec2905c0 100644 (file)
@@ -1117,9 +1117,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
 void hang (void)
 {
        puts ("### ERROR ### Please RESET the board ###\n");
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
        show_boot_progress(-30);
-#endif
        for (;;);
 }