commit | ace7cc8e80eb5b7eebc5a7bb42f16c8e952889c5 | [log] [tgz] |
---|---|---|
author | Emil Medve <Emilian.Medve@Freescale.com> | Tue May 12 13:48:32 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Fri May 15 22:04:04 2009 +0200 |
tree | 68a91848715d0e53de9513da89a150858e81c8ab | |
parent | 082f66e53eadf94c3f2ad0b5571bb5f2cdc54c8f [diff] |
Remove inline qualifier from show_boot_progress() The 'inline' is conflicting with the semantic of 'weak' attribute and with the way the show_boot_progress() function is used. Also gcc 4.4 is complaining about it: main.c:51: error: inline function 'show_boot_progress' cannot be declared weak Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>