diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:48:00 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:48:00 +0200 |
commit | 55c5f49910ec8225347aa1d211352a84de6649b4 (patch) | |
tree | 028bdcb324a9e4085173e8ca26f1e1ef4a34adf6 /common/env_onenand.c | |
parent | 9656138ff1a34d4c4768db6b490deffc40ee674b (diff) | |
download | u-boot-imx-55c5f49910ec8225347aa1d211352a84de6649b4.zip u-boot-imx-55c5f49910ec8225347aa1d211352a84de6649b4.tar.gz u-boot-imx-55c5f49910ec8225347aa1d211352a84de6649b4.tar.bz2 |
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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/env_onenand.c b/common/env_onenand.c index 4e466ea..09a79d0 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 */ |