diff options
Diffstat (limited to 'board/sc3/sc3nand.c')
-rw-r--r-- | board/sc3/sc3nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc3/sc3nand.c b/board/sc3/sc3nand.c index 7daa877..009567b 100644 --- a/board/sc3/sc3nand.c +++ b/board/sc3/sc3nand.c @@ -23,7 +23,7 @@ #include <common.h> -#if (CONFIG_COMMANDS & CFG_CMD_NAND) +#if defined(CONFIG_CMD_NAND) #include <nand.h> #include <asm/processor.h> |