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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Sep 1 19:31:41 CEST 2007


Author: laforge
Date: 2007-09-01 19:31:38 +0200 (Sat, 01 Sep 2007)
New Revision: 2887

Modified:
   trunk/src/target/u-boot/patches/uboot-s3c24xx_multi_serial.patch
Log:
* fix compilation issue on !defined(CONFIG_SERIAL_MULTI)


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:28:05 UTC (rev 2886)
+++ trunk/src/target/u-boot/patches/uboot-s3c24xx_multi_serial.patch	2007-09-01 17:31:38 UTC (rev 2887)
@@ -132,7 +132,7 @@
 +	if (dev_index == 0 || dev_index == 1)
 +		uart->UMCON = 0x10;
 +#endif
-+	serial_setbrg_dev(dev_index);
++	_serial_setbrg(dev_index);
 +
 +	return (0);
  }





More information about the commitlog mailing list