From 2419169f5749d7af501b3b77a5336d1d535320de Mon Sep 17 00:00:00 2001 From: Scott Wood Date: Thu, 16 Jul 2009 19:08:04 -0500 Subject: Remove legacy NAND and disk on chip references from boards. Signed-off-by: Scott Wood --- board/zylonite/nand.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/zylonite') diff --git a/board/zylonite/nand.c b/board/zylonite/nand.c index 899445e..bec54cb 100644 --- a/board/zylonite/nand.c +++ b/board/zylonite/nand.c @@ -23,7 +23,6 @@ #include #if defined(CONFIG_CMD_NAND) -#ifdef CONFIG_NEW_NAND_CODE #include #include @@ -554,7 +553,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 -- cgit v1.1