Merge with /home/wd/git/u-boot/custodian/u-boot-testing
[kernel/u-boot.git] / lib_ppc / board.c
index 163aaeb..325f5c2 100644 (file)
@@ -1124,9 +1124,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 (;;);
 }