commit | efbf14e9a2394a154b12643d4a011994b5096b5a | [log] [tgz] |
---|---|---|
author | Heiko Schocher <heiko.schocher@invitel.hu> | Wed Dec 10 08:27:01 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jul 08 21:38:35 2009 +0200 |
tree | 349c0a3c81eb41780429c668fd84cd0063664ef0 | |
parent | 59869ca72df8bc4e4ffa9dd17cb6673bbe010272 [diff] [blame] |
all platforms: make show_boot_progress() work again Signed-off-by: Heiko Schocher <hs@denx.de>
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 @@ /* * 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!