Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
[oweals/u-boot.git] / board / atmel / at91cap9adk / nand.c
index 1277973a98a72c994421eab6ca31bf1831f77815..c72b0244bd323865675a04d4fd10474c4357f87a 100644 (file)
@@ -29,8 +29,6 @@
 #include <asm/arch/gpio.h>
 #include <asm/arch/at91_pio.h>
 
-#ifdef CONFIG_CMD_NAND
-
 #include <nand.h>
 
 /*
@@ -70,4 +68,3 @@ int board_nand_init(struct nand_chip *nand)
 
        return 0;
 }
-#endif