diff options
author | Michal Simek <monstr@monstr.eu> | 2007-08-05 16:46:23 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-08-05 16:46:23 +0200 |
commit | 45b3fd28152ed8c52f2dad06a422ac6e95cd48fd (patch) | |
tree | acfdf13b17246d2225db904112345ab1db2099cc /common/env_common.c | |
parent | af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f (diff) | |
parent | b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86 (diff) | |
download | u-boot-imx-45b3fd28152ed8c52f2dad06a422ac6e95cd48fd.zip u-boot-imx-45b3fd28152ed8c52f2dad06a422ac6e95cd48fd.tar.gz u-boot-imx-45b3fd28152ed8c52f2dad06a422ac6e95cd48fd.tar.bz2 |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'common/env_common.c')
-rw-r--r-- | common/env_common.c | 9 |
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) |