diff options
| author | Heiko Schocher <[email protected]> | 2007-07-14 01:07:51 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2007-07-14 01:07:51 +0200 |
| commit | 5da91f6ca93f6abd6454978dc2d8b24760b7d219 (patch) | |
| tree | 34eb81390734469bc9c2210f704beab5d66d85c0 /lib_ppc | |
| parent | 011595307731a7a67a7445d107c279d031e8ab97 (diff) | |
| parent | fad63407154f46246ce80d53a9c669a44362ac67 (diff) | |
Merge with /home/hs/Atronic/u-boot-dev-new
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 (;;); } |
