summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorHeiko Schocher <heiko.schocher@invitel.hu>2008-12-10 08:27:01 +0100
committerWolfgang Denk <wd@denx.de>2009-07-08 21:38:35 +0200
commitefbf14e9a2394a154b12643d4a011994b5096b5a (patch)
tree349c0a3c81eb41780429c668fd84cd0063664ef0 /include/common.h
parent59869ca72df8bc4e4ffa9dd17cb6673bbe010272 (diff)
all platforms: make show_boot_progress() work again
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
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!