summaryrefslogtreecommitdiffstats
path: root/board/pcm038/pcm038.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pcm038/pcm038.c')
-rw-r--r--board/pcm038/pcm038.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/pcm038/pcm038.c b/board/pcm038/pcm038.c
index 3c17036cb0..fbd53a5436 100644
--- a/board/pcm038/pcm038.c
+++ b/board/pcm038/pcm038.c
@@ -420,12 +420,3 @@ static int pcm038_power_init(void)
late_initcall(pcm038_power_init);
-#ifdef CONFIG_NAND_IMX_BOOT
-void __bare_init nand_boot(void)
-{
- PCCR1 |= PCCR1_NFC_BAUDEN; /* FIXME: Really needed? Probably not */
-
- imx_nand_load_image((void *)TEXT_BASE, 256 * 1024);
-}
-#endif
-