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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Sep 8 12:11:27 CEST 2007


Author: laforge
Date: 2007-09-08 12:11:24 +0200 (Sat, 08 Sep 2007)
New Revision: 2943

Modified:
   trunk/src/target/u-boot/patches/uboot-s3c24xx_multi_serial.patch
Log:
sync up with recent u-boot which already initializes multi-serial from lib_arm/board.c


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-07 14:48:37 UTC (rev 2942)
+++ trunk/src/target/u-boot/patches/uboot-s3c24xx_multi_serial.patch	2007-09-08 10:11:24 UTC (rev 2943)
@@ -288,18 +288,3 @@
  
  extern struct serial_device serial_ffuart_device;
  extern struct serial_device serial_btuart_device;
-Index: u-boot/lib_arm/board.c
-===================================================================
---- u-boot.orig/lib_arm/board.c
-+++ u-boot/lib_arm/board.c
-@@ -349,6 +349,10 @@
- #endif
- 	}
- 
-+#ifdef CONFIG_SERIAL_MULTI
-+	serial_initialize();
-+#endif
-+
- 	devices_init ();	/* get the devices list going. */
- 
- #ifdef CONFIG_CMC_PU2





More information about the commitlog mailing list