Skip to content
Snippets Groups Projects
Commit efbf14e9 authored by Heiko Schocher's avatar Heiko Schocher Committed by Wolfgang Denk
Browse files

all platforms: make show_boot_progress() work again


Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
parent 59869ca7
No related branches found
No related tags found
No related merge requests found
...@@ -688,7 +688,7 @@ int pcmcia_init (void); ...@@ -688,7 +688,7 @@ int pcmcia_init (void);
/* /*
* Board-specific Platform code can reimplement show_boot_progress () if needed * 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 #ifdef CONFIG_INIT_CRITICAL
#error CONFIG_INIT_CRITICAL is deprecated! #error CONFIG_INIT_CRITICAL is deprecated!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment