summaryrefslogtreecommitdiffstats
path: root/post
diff options
context:
space:
mode:
Diffstat (limited to 'post')
-rw-r--r--post/cpu/mpc8xx/ether.c4
-rw-r--r--post/cpu/mpc8xx/uart.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/post/cpu/mpc8xx/ether.c b/post/cpu/mpc8xx/ether.c
index 91505475e8..53c0e4dfda 100644
--- a/post/cpu/mpc8xx/ether.c
+++ b/post/cpu/mpc8xx/ether.c
@@ -374,10 +374,6 @@ static void scc_init (int scc_index)
*((uchar *) BCSR0) |= BCSR0_ETHEN;
#endif
-#ifdef CONFIG_MBX
- board_ether_init ();
-#endif
-
/*
* Set the ENT/ENR bits in the GSMR Low -- Enable Transmit/Receive
*/
diff --git a/post/cpu/mpc8xx/uart.c b/post/cpu/mpc8xx/uart.c
index 106a9b87d2..25d63d8120 100644
--- a/post/cpu/mpc8xx/uart.c
+++ b/post/cpu/mpc8xx/uart.c
@@ -141,10 +141,6 @@ static void smc_init (int smc_index)
up->smc_rfcr = SMC_EB;
up->smc_tfcr = SMC_EB;
-#if defined(CONFIG_MBX)
- board_serial_init ();
-#endif
-
/* Set UART mode, 8 bit, no parity, one stop.
* Enable receive and transmit.
* Set local loopback mode.
OpenPOWER on IntegriCloud