summaryrefslogtreecommitdiffstats
path: root/common/env_onenand.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:00 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:00 +0200
commit55c5f49910ec8225347aa1d211352a84de6649b4 (patch)
tree028bdcb324a9e4085173e8ca26f1e1ef4a34adf6 /common/env_onenand.c
parent9656138ff1a34d4c4768db6b490deffc40ee674b (diff)
downloadtalos-obmc-uboot-55c5f49910ec8225347aa1d211352a84de6649b4.tar.gz
talos-obmc-uboot-55c5f49910ec8225347aa1d211352a84de6649b4.zip
env_onenand: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/env_onenand.c')
-rw-r--r--common/env_onenand.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/env_onenand.c b/common/env_onenand.c
index 4e466eaa4e..09a79d0191 100644
--- a/common/env_onenand.c
+++ b/common/env_onenand.c
@@ -22,9 +22,6 @@
*/
#include <common.h>
-
-#if defined(CONFIG_ENV_IS_IN_ONENAND) /* Environment is in OneNAND */
-
#include <command.h>
#include <environment.h>
#include <linux/stddef.h>
@@ -126,5 +123,3 @@ int env_init(void)
return 0;
}
-
-#endif /* CONFIG_ENV_IS_IN_ONENAND */
OpenPOWER on IntegriCloud