浏览代码

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!