]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/bf537-stamp/nand.c
Blackfin: convert old boards to use COBJS-y Makefile style
[karo-tx-uboot.git] / board / bf537-stamp / nand.c
index 2866834589d1af3535a64ee5f59916cc3bca1d61..181e83d6a1b42b299fa23588e9b71d3c0323d7d6 100644 (file)
@@ -23,8 +23,6 @@
 #include <common.h>
 #include <asm/io.h>
 
-#if defined(CONFIG_CMD_NAND)
-
 #include <nand.h>
 
 #define CONCAT(a,b,c,d) a ## b ## c ## d
@@ -100,4 +98,3 @@ int board_nand_init(struct nand_chip *nand)
 
        return 0;
 }
-#endif