diff options
author | Heiko Schocher | 2007-07-13 09:54:17 +0200 |
---|---|---|
committer | Heiko Schocher | 2007-07-13 09:54:17 +0200 |
commit | fad63407154f46246ce80d53a9c669a44362ac67 (patch) | |
tree | 34eb81390734469bc9c2210f704beab5d66d85c0 /lib_ppc | |
parent | 907902472391b6ca1876ec300687562ecaf459b1 (diff) |
make show_boot_progress () weak.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index f5d18fa9f6b..3b1bfeab4a5 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -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 (;;); } |