summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc8xx/serial.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-20 13:54:55 +0900
committerTom Rini <trini@ti.com>2014-07-07 19:43:02 -0400
commit03f9d7d1749fddf147823549e6965f6fb13faad6 (patch)
tree15336e8865592f5428f9473175308eee9e9f4005 /arch/powerpc/cpu/mpc8xx/serial.c
parentc51c1c9af95ff4fa365024e4d815576e818c51aa (diff)
downloadblackbird-obmc-uboot-03f9d7d1749fddf147823549e6965f6fb13faad6.tar.gz
blackbird-obmc-uboot-03f9d7d1749fddf147823549e6965f6fb13faad6.zip
mpc8xx: remove fads board support
These boards are old enough and have no maintainers. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/serial.c')
-rw-r--r--arch/powerpc/cpu/mpc8xx/serial.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/serial.c b/arch/powerpc/cpu/mpc8xx/serial.c
index 802d4f1ca8..b1625fba16 100644
--- a/arch/powerpc/cpu/mpc8xx/serial.c
+++ b/arch/powerpc/cpu/mpc8xx/serial.c
@@ -173,15 +173,6 @@ static int smc_init (void)
# endif
#endif
-#if defined(CONFIG_FADS)
- /* Enable RS232 */
-#if defined(CONFIG_8xx_CONS_SMC1)
- *((uint *) BCSR1) &= ~BCSR1_RS232EN_1;
-#else
- *((uint *) BCSR1) &= ~BCSR1_RS232EN_2;
-#endif
-#endif /* CONFIG_FADS */
-
/* Set the physical address of the host memory buffers in
* the buffer descriptors.
*/
OpenPOWER on IntegriCloud