summaryrefslogtreecommitdiffstats
path: root/board/prodrive/p3mx
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-09-21 11:20:35 -0500
committerWolfgang Denk <wd@denx.de>2009-10-03 10:17:57 +0200
commit3cbcfa70b116df1bbdc90ba31c61adcaec058a8a (patch)
treefef55d88585ce7842930e487d14ee7171477a93b /board/prodrive/p3mx
parent80f73b92a19129854876ec3f1aef531a09e86d2d (diff)
downloadblackbird-obmc-uboot-3cbcfa70b116df1bbdc90ba31c61adcaec058a8a.tar.gz
blackbird-obmc-uboot-3cbcfa70b116df1bbdc90ba31c61adcaec058a8a.zip
p3mx: Remove serial relocation fixups
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'board/prodrive/p3mx')
-rw-r--r--board/prodrive/p3mx/p3mx.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/prodrive/p3mx/p3mx.c b/board/prodrive/p3mx/p3mx.c
index 0247bb80a4..05eca52e0e 100644
--- a/board/prodrive/p3mx/p3mx.c
+++ b/board/prodrive/p3mx/p3mx.c
@@ -316,16 +316,6 @@ int misc_init_r ()
return 0;
}
-int board_early_init_r(void)
-{
- /* now relocate the debug serial driver */
- mpsc_putchar += gd->reloc_off;
- mpsc_getchar += gd->reloc_off;
- mpsc_test_char += gd->reloc_off;
-
- return 0;
-}
-
void after_reloc (ulong dest_addr, gd_t * gd)
{
memoryMapDeviceSpace (BOOT_DEVICE, CONFIG_SYS_BOOT_SPACE, CONFIG_SYS_BOOT_SIZE);
OpenPOWER on IntegriCloud