diff options
author | Heiko Schocher <heiko.schocher@invitel.hu> | 2008-12-10 08:27:01 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-08 21:38:35 +0200 |
commit | efbf14e9a2394a154b12643d4a011994b5096b5a (patch) | |
tree | 349c0a3c81eb41780429c668fd84cd0063664ef0 /include | |
parent | 59869ca72df8bc4e4ffa9dd17cb6673bbe010272 (diff) | |
download | u-boot-imx-efbf14e9a2394a154b12643d4a011994b5096b5a.zip u-boot-imx-efbf14e9a2394a154b12643d4a011994b5096b5a.tar.gz u-boot-imx-efbf14e9a2394a154b12643d4a011994b5096b5a.tar.bz2 |
all platforms: make show_boot_progress() work again
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 6284b8a..7ba6187 100644 --- a/include/common.h +++ b/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! |