diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 18:24:55 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 18:48:04 -0500 |
commit | b9307262f8a9f3b5c9e15a6067eadc17407146f6 (patch) | |
tree | f0578ce3096876193b7ea3e47f618cdf6f88d000 /board/delta | |
parent | fcec2eb93e126400009729328e797f12bc94f1fd (diff) |
board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/delta')
-rw-r--r-- | board/delta/nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/delta/nand.c b/board/delta/nand.c index c4f58700316..a635a6521bb 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> |