summaryrefslogtreecommitdiffstats
path: root/board/netphone/netphone.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/netphone/netphone.c')
-rw-r--r--board/netphone/netphone.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/netphone/netphone.c b/board/netphone/netphone.c
index 53d3172068..ce5f05169d 100644
--- a/board/netphone/netphone.c
+++ b/board/netphone/netphone.c
@@ -597,22 +597,6 @@ int board_early_init_f(void)
return 0;
}
-#if defined(CONFIG_CMD_NAND)
-
-#include <linux/mtd/nand_legacy.h>
-
-extern ulong nand_probe(ulong physadr);
-extern struct nand_chip nand_dev_desc[CONFIG_SYS_MAX_NAND_DEVICE];
-
-void nand_init(void)
-{
- unsigned long totlen;
-
- totlen = nand_probe(CONFIG_SYS_NAND_BASE);
- printf ("%4lu MB\n", totlen >> 20);
-}
-#endif
-
#ifdef CONFIG_HW_WATCHDOG
void hw_watchdog_reset(void)
OpenPOWER on IntegriCloud