summaryrefslogtreecommitdiff
path: root/common/env_common.c
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2007-07-14 01:07:51 +0200
committerWolfgang Denk <wd@denx.de>2007-07-14 01:07:51 +0200
commit5da91f6ca93f6abd6454978dc2d8b24760b7d219 (patch)
tree34eb81390734469bc9c2210f704beab5d66d85c0 /common/env_common.c
parent011595307731a7a67a7445d107c279d031e8ab97 (diff)
parentfad63407154f46246ce80d53a9c669a44362ac67 (diff)
downloadu-boot-imx-5da91f6ca93f6abd6454978dc2d8b24760b7d219.zip
u-boot-imx-5da91f6ca93f6abd6454978dc2d8b24760b7d219.tar.gz
u-boot-imx-5da91f6ca93f6abd6454978dc2d8b24760b7d219.tar.bz2
Merge with /home/hs/Atronic/u-boot-dev-new
Diffstat (limited to 'common/env_common.c')
-rw-r--r--common/env_common.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/common/env_common.c b/common/env_common.c
index 0462cad6..a494812 100644
--- a/common/env_common.c
+++ b/common/env_common.c
@@ -30,13 +30,6 @@
#include <linux/stddef.h>
#include <malloc.h>
-#ifdef CONFIG_SHOW_BOOT_PROGRESS
-# include <status_led.h>
-# define SHOW_BOOT_PROGRESS(arg) show_boot_progress(arg)
-#else
-# define SHOW_BOOT_PROGRESS(arg)
-#endif
-
DECLARE_GLOBAL_DATA_PTR;
#ifdef CONFIG_AMIGAONEG3SE
@@ -232,7 +225,7 @@ void env_relocate (void)
puts ("Using default environment\n\n");
#else
puts ("*** Warning - bad CRC, using default environment\n\n");
- SHOW_BOOT_PROGRESS (-60);
+ show_boot_progress (-60);
#endif
if (sizeof(default_environment) > ENV_SIZE)