diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/include/common.h b/include/common.h index 0bda04981..399363af1 100644 --- a/include/common.h +++ b/include/common.h @@ -798,10 +798,8 @@ int	pcmcia_init (void);  #ifdef CONFIG_STATUS_LED  # include <status_led.h>  #endif -/* - * Board-specific Platform code can reimplement show_boot_progress () if needed - */ -void show_boot_progress(int val); + +#include <bootstage.h>  /* Multicore arch functions */  #ifdef CONFIG_MP |