diff options
Diffstat (limited to 'drivers/nand/nand_base.c')
| -rw-r--r-- | drivers/nand/nand_base.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/nand/nand_base.c b/drivers/nand/nand_base.c index 2e53076af27..151f535c58b 100644 --- a/drivers/nand/nand_base.c +++ b/drivers/nand/nand_base.c @@ -72,7 +72,7 @@  #include <common.h> -#if ((CONFIG_COMMANDS & CFG_CMD_NAND) || defined(CONFIG_CMD_NAND)) && !defined(CFG_NAND_LEGACY) +#if defined(CONFIG_CMD_NAND) && !defined(CFG_NAND_LEGACY)  #include <malloc.h>  #include <watchdog.h> | 
