summaryrefslogtreecommitdiff
path: root/lib_ppc/board.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-07-16 13:28:47 +0200
committerStefan Roese <sr@denx.de>2007-07-16 13:28:47 +0200
commit8f085e324ad89423314b1a529a0dd5d85c8397ad (patch)
treea165c33f92619a488756edc3261a53468c8b55b6 /lib_ppc/board.c
parent8848ec858f74ed6dab06fb6d5ddc933e0a1328bf (diff)
parent3a6cab844cf74f76639d795e0be8717e02c86af7 (diff)
downloadu-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.c2
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 (;;);
}