diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-12 22:09:26 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-28 13:27:28 -0500 |
commit | 1f4a3bb50343719c434d7e2541a2f86480a6d25c (patch) | |
tree | f14361fd2a87bfef24854de59c7337cd5aac9030 /board/bf537-stamp/nand.c | |
parent | 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5 (diff) | |
download | u-boot-imx-1f4a3bb50343719c434d7e2541a2f86480a6d25c.zip u-boot-imx-1f4a3bb50343719c434d7e2541a2f86480a6d25c.tar.gz u-boot-imx-1f4a3bb50343719c434d7e2541a2f86480a6d25c.tar.bz2 |
Blackfin: convert old boards to use COBJS-y Makefile style
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf537-stamp/nand.c')
-rw-r--r-- | board/bf537-stamp/nand.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/bf537-stamp/nand.c b/board/bf537-stamp/nand.c index 2866834..181e83d 100644 --- a/board/bf537-stamp/nand.c +++ b/board/bf537-stamp/nand.c @@ -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 |