summaryrefslogtreecommitdiff
path: root/drivers/nand/nand_util.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 17:39:42 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 17:39:42 -0500
commitcb51c0bf88f95a1bca68324b0126f8eed8b43273 (patch)
tree880cc2d5f81365ffa61713de4164cf2e0116377e /drivers/nand/nand_util.c
parent07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b (diff)
downloadu-boot-imx-cb51c0bf88f95a1bca68324b0126f8eed8b43273.zip
u-boot-imx-cb51c0bf88f95a1bca68324b0126f8eed8b43273.tar.gz
u-boot-imx-cb51c0bf88f95a1bca68324b0126f8eed8b43273.tar.bz2
drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'drivers/nand/nand_util.c')
-rw-r--r--drivers/nand/nand_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/nand/nand_util.c b/drivers/nand/nand_util.c
index 135e3c4..88c1df6 100644
--- a/drivers/nand/nand_util.c
+++ b/drivers/nand/nand_util.c
@@ -32,7 +32,7 @@
#include <common.h>
-#if ((CONFIG_COMMANDS & CFG_CMD_NAND) || defined(CONFIG_CMD_NAND)) && !defined(CFG_NAND_LEGACY)
+#if defined(CONFIG_CMD_NAND) && !defined(CFG_NAND_LEGACY)
#include <command.h>
#include <watchdog.h>
@@ -859,4 +859,4 @@ int nand_unlock(nand_info_t *meminfo, ulong start, ulong length)
return ret;
}
-#endif /* (CONFIG_COMMANDS & CFG_CMD_NAND) && !defined(CFG_NAND_LEGACY) */
+#endif