diff options
Diffstat (limited to 'board/delta/nand.c')
| -rw-r--r-- | board/delta/nand.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/board/delta/nand.c b/board/delta/nand.c index aff7c54fc..e87d502b2 100644 --- a/board/delta/nand.c +++ b/board/delta/nand.c @@ -23,7 +23,6 @@  #include <common.h>  #if defined(CONFIG_CMD_NAND) -#if !defined(CONFIG_NAND_LEGACY)  #include <nand.h>  #include <asm/arch/pxa-regs.h> @@ -550,7 +549,4 @@ int board_nand_init(struct nand_chip *nand)  	return 0;  } -#else - #error "U-Boot legacy NAND support not available for Monahans DFC." -#endif  #endif |