From: Heiko Schocher Date: Wed, 10 Dec 2008 07:27:01 +0000 (+0100) Subject: all platforms: make show_boot_progress() work again X-Git-Tag: v2009.08-rc1~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efbf14e9a2394a154b12643d4a011994b5096b5a;p=kernel%2Fu-boot.git all platforms: make show_boot_progress() work again Signed-off-by: Heiko Schocher --- diff --git a/include/common.h b/include/common.h index 6284b8a..7ba6187 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!