| commit | b9307262f8a9f3b5c9e15a6067eadc17407146f6 | [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 | fcec2eb93e126400009729328e797f12bc94f1fd [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>