]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_nowhere.c
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / common / env_nowhere.c
index 17ecc775ff9bf0686a74b9926ee6c6438956dda8..ccc068b8e8427c4fd8b4fbdd995d6a75b7ed3e4d 100755 (executable)
@@ -25,9 +25,6 @@
  */
 
 #include <common.h>
-
-#if defined(CFG_ENV_IS_NOWHERE) /* Environment is nowhere */
-
 #include <command.h>
 #include <environment.h>
 #include <linux/stddef.h>
@@ -37,7 +34,6 @@ DECLARE_GLOBAL_DATA_PTR;
 env_t *env_ptr = NULL;
 
 extern uchar default_environment[];
-extern int default_environment_size;
 
 
 void env_relocate_spec (void)
@@ -61,5 +57,3 @@ int  env_init(void)
 
        return (0);
 }
-
-#endif /* CFG_ENV_IS_NOWHERE) */