]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - post/cpu/mpc8xx/uart.c
mpc8xx: remove RPXlite_dw, quantum board support
[karo-tx-uboot.git] / post / cpu / mpc8xx / uart.c
index 106a9b87d2cfd43c888683fa2b075701954176a6..b3cb1923db700eb85738c0980f5d1f895a7afc4a 100644 (file)
@@ -106,11 +106,6 @@ static void smc_init (int smc_index)
                        ~(smc_index == 1 ? BCSR1_RS232EN_1 : BCSR1_RS232EN_2);
 #endif
 
-#if defined(CONFIG_RPXLITE) || defined(CONFIG_RPXCLASSIC)
-       /* Enable Monitor Port Transceiver */
-       *((uchar *) BCSR0) |= BCSR0_ENMONXCVR;
-#endif
-
        /* Set the physical address of the host memory buffers in
         * the buffer descriptors.
         */
@@ -141,10 +136,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.