From efbf14e9a2394a154b12643d4a011994b5096b5a Mon Sep 17 00:00:00 2001
From: Heiko Schocher <heiko.schocher@invitel.hu>
Date: Wed, 10 Dec 2008 08:27:01 +0100
Subject: [PATCH] all platforms: make show_boot_progress() work again

Signed-off-by: Heiko Schocher <hs@denx.de>
---
 include/common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/common.h b/include/common.h
index 6284b8aff80..7ba6187d6d0 100644
--- a/include/common.h
+++ b/include/common.h
@@ -688,7 +688,7 @@ int	pcmcia_init (void);
 /*
  * Board-specific Platform code can reimplement show_boot_progress () if needed
  */
-void __attribute__((weak)) show_boot_progress (int val);
+void show_boot_progress(int val);
 
 #ifdef CONFIG_INIT_CRITICAL
 #error CONFIG_INIT_CRITICAL is deprecated!
-- 
GitLab