From efbf14e9a2394a154b12643d4a011994b5096b5a Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Wed, 10 Dec 2008 08:27:01 +0100 Subject: all platforms: make show_boot_progress() work again Signed-off-by: Heiko Schocher --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 6284b8aff..7ba6187d6 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! -- cgit v1.2.3