commit | 4ed9ed606c1eab76ebb15188f0221254a1abb952 | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@freescale.com> | Mon Jul 09 18:24:55 2007 -0500 |
committer | Jon Loeliger <jdl@freescale.com> | Mon Jul 09 18:48:04 2007 -0500 |
tree | f0578ce3096876193b7ea3e47f618cdf6f88d000 | |
parent | d299abcba9823b3037dc85f32bf358cba1684d54 [diff] [blame] |
board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS Signed-off-by: Jon Loeliger <jdl@freescale.com>
diff --git a/board/delta/nand.c b/board/delta/nand.c index c4f5870..a635a65 100644 --- a/board/delta/nand.c +++ b/board/delta/nand.c
@@ -22,7 +22,7 @@ #include <common.h> -#if (CONFIG_COMMANDS & CFG_CMD_NAND) || defined(CONFIG_CMD_NAND) +#if defined(CONFIG_CMD_NAND) #if !defined(CFG_NAND_LEGACY) #include <nand.h>