commit | 6a07675d8a095e3efa10975fdd44a4191613ae93 | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Sat Apr 08 19:08:06 2006 +0200 |
committer | Marian Balakowicz <m8@semihalf.com> | Sat Apr 08 19:08:06 2006 +0200 |
tree | 1c69fc84c3f615fe60217096c2947744c72e3528 | |
parent | f5595794bff83443262fb7735080a2f3d2fe2ad3 [diff] [blame] |
Fix JFFS2 support for legacy NAND driver. Some more NAND cleanup and small fixes.
diff --git a/board/delta/nand.c b/board/delta/nand.c index c4df6e5..7982548 100644 --- a/board/delta/nand.c +++ b/board/delta/nand.c
@@ -23,7 +23,7 @@ #include <common.h> #if (CONFIG_COMMANDS & CFG_CMD_NAND) -#ifdef CONFIG_NEW_NAND_CODE +#if !defined(CFG_NAND_LEGACY) #include <nand.h> #include <asm/arch/pxa-regs.h>