r2886 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Sep 1 19:28:08 CEST 2007


Author: laforge
Date: 2007-09-01 19:28:05 +0200 (Sat, 01 Sep 2007)
New Revision: 2886

Modified:
   trunk/src/target/u-boot/patches/uboot-s3c24xx_multi_serial.patch
Log:
* make QT2410 and other S3C24xx boards without SERIAL_MULTI compile again


Modified: trunk/src/target/u-boot/patches/uboot-s3c24xx_multi_serial.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-s3c24xx_multi_serial.patch	2007-09-01 17:24:32 UTC (rev 2885)
+++ trunk/src/target/u-boot/patches/uboot-s3c24xx_multi_serial.patch	2007-09-01 17:28:05 UTC (rev 2886)
@@ -150,7 +150,7 @@
 -	serial_setbrg ();
 -
 -	return (0);
-+	return _serial_init_dev(UART_NR);
++	return serial_init_dev(UART_NR);
  }
 +#endif
  





More information about the commitlog mailing list