소스 검색

all platforms: make show_boot_progress() work again

Signed-off-by: Heiko Schocher <hs@denx.de>
Heiko Schocher 16 년 전
부모
커밋
efbf14e9a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/common.h

+ 1 - 1
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!