summaryrefslogtreecommitdiffstats
path: root/board/pcm038/pcm038.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-04-22 12:53:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-05-03 15:07:02 +0200
commit9c0c26a0848ef35bcd422534eb862e5be9f814ae (patch)
tree8c978cb2e258160a04eb178f4d47f1df965b2591 /board/pcm038/pcm038.c
parent8464f0e1c01b4e4fb71aadbeacc8d775cc933c7c (diff)
downloadbarebox-9c0c26a0848ef35bcd422534eb862e5be9f814ae.tar.gz
barebox-9c0c26a0848ef35bcd422534eb862e5be9f814ae.tar.xz
pcm038: reimplement lowlevel code in C
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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
-