projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59869ca
)
all platforms: make show_boot_progress() work again
author
Heiko Schocher
<heiko.schocher@invitel.hu>
Wed, 10 Dec 2008 07:27:01 +0000
(08:27 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 8 Jul 2009 19:38:35 +0000
(21:38 +0200)
Signed-off-by: Heiko Schocher <hs@denx.de>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index 6284b8aff80a831750b5ac4d5456a95ef2e402e8..7ba6187d6d051c38046e032fb4cfb3a4a8207768 100644
(file)
--- 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!