From e35745bb64fae64da3e1fa7f4afe3213287f5908 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 18 Apr 2004 23:32:11 +0000 Subject: * Temporarily disabled John Kerl's extended MII command code because "miivals.h" is missing * Patches by Mark Jonas, 13 Apr 2004: - Remove CS0 chip select timing setting from cpu/mpc5xxx/start.S - Add sync instructions to IceCube SDRAM init code - Move SDRAM chip constants into seperate include files - Unify DDR and SDR initialization code - Unify all IceCube (Lite5xxx) target names --- drivers/serial_xuartlite.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers') diff --git a/drivers/serial_xuartlite.c b/drivers/serial_xuartlite.c index 3af150d4237..fcd1593cb86 100644 --- a/drivers/serial_xuartlite.c +++ b/drivers/serial_xuartlite.c @@ -23,6 +23,9 @@ */ #include + +#ifdef CONFIG_MICROBLZE + #include /* FIXME: we should convert these to in32 and out32 */ @@ -70,3 +73,5 @@ int serial_tstc(void) { return (IO_SERIAL_STATUS & XUL_SR_RX_FIFO_VALID_DATA); } + +#endif /* CONFIG_MICROBLZE */ -- cgit v1.2.3