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/delta/nand.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/delta/nand.c') diff --git a/board/delta/nand.c b/board/delta/nand.c index aff7c54..e87d502 100644 --- a/board/delta/nand.c +++ b/board/delta/nand.c @@ -23,7 +23,6 @@ #include #if defined(CONFIG_CMD_NAND) -#if !defined(CONFIG_NAND_LEGACY) #include #include @@ -550,7 +549,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