mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
all platforms: make show_boot_progress() work again
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
59869ca72d
commit
efbf14e9a2
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue