]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_nowhere.c
Fix a possible overflow case detected by gcc 4.3.2
[karo-tx-uboot.git] / common / env_nowhere.c
index 17ecc775ff9bf0686a74b9926ee6c6438956dda8..78e8f8eb4e4c8e63eef2669879dc5a09d614310b 100644 (file)
@@ -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>
@@ -61,5 +58,3 @@ int  env_init(void)
 
        return (0);
 }
-
-#endif /* CFG_ENV_IS_NOWHERE) */