diff options
| author | Heiko Schocher <hs@pollux.denx.de> | 2007-07-14 01:07:51 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-07-14 01:07:51 +0200 |
| commit | 5da91f6ca93f6abd6454978dc2d8b24760b7d219 (patch) | |
| tree | 34eb81390734469bc9c2210f704beab5d66d85c0 /include | |
| parent | 011595307731a7a67a7445d107c279d031e8ab97 (diff) | |
| parent | fad63407154f46246ce80d53a9c669a44362ac67 (diff) | |
| download | u-boot-5da91f6ca93f6abd6454978dc2d8b24760b7d219.tar.gz u-boot-5da91f6ca93f6abd6454978dc2d8b24760b7d219.tar.xz u-boot-5da91f6ca93f6abd6454978dc2d8b24760b7d219.zip | |
Merge with /home/hs/Atronic/u-boot-dev-new
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index d8b6b469e5..23f93907ee 100644 --- a/include/common.h +++ b/include/common.h @@ -626,9 +626,13 @@ int fgetc(int file); int pcmcia_init (void); -#ifdef CONFIG_SHOW_BOOT_PROGRESS -void show_boot_progress (int status); +#ifdef CONFIG_STATUS_LED +# include <status_led.h> #endif +/* + * Board-specific Platform code can reimplement show_boot_progress () if needed + */ +void inline show_boot_progress (int val); #ifdef CONFIG_INIT_CRITICAL #error CONFIG_INIT_CRITICAL is deprecated! |
