diff options
author | Stefan Roese <sr@denx.de> | 2007-07-16 13:28:47 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-07-16 13:28:47 +0200 |
commit | 8f085e324ad89423314b1a529a0dd5d85c8397ad (patch) | |
tree | a165c33f92619a488756edc3261a53468c8b55b6 /lib_ppc/board.c | |
parent | 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf (diff) | |
parent | 3a6cab844cf74f76639d795e0be8717e02c86af7 (diff) | |
download | u-boot-imx-8f085e324ad89423314b1a529a0dd5d85c8397ad.zip u-boot-imx-8f085e324ad89423314b1a529a0dd5d85c8397ad.tar.gz u-boot-imx-8f085e324ad89423314b1a529a0dd5d85c8397ad.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'lib_ppc/board.c')
-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 f5d18fa..3b1bfea 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 (;;); } |