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