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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Thu Jun 14 18:42:54 CEST 2007


Author: laforge
Date: 2007-06-14 18:42:51 +0200 (Thu, 14 Jun 2007)
New Revision: 2261

Modified:
   trunk/src/target/u-boot/patches/uboot-hxd8.patch
Log:
fix mkudfu call (hardware revision is 0x110, not 0x100) (Matt Hsu)


Modified: trunk/src/target/u-boot/patches/uboot-hxd8.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-hxd8.patch	2007-06-14 13:08:12 UTC (rev 2260)
+++ trunk/src/target/u-boot/patches/uboot-hxd8.patch	2007-06-14 16:42:51 UTC (rev 2261)
@@ -4,7 +4,7 @@
 ===================================================================
 --- u-boot.orig/Makefile
 +++ u-boot/Makefile
-@@ -2026,6 +2026,9 @@
+@@ -2049,6 +2049,9 @@
  qt2410_config	:	unconfig
  	@./mkconfig $(@:_config=) arm arm920t qt2410 NULL s3c24x0
  
@@ -860,7 +860,7 @@
 +
 +CONFIG_USB_DFU_VENDOR=0x1457
 +CONFIG_USB_DFU_PRODUCT=0x511a
-+CONFIG_USB_DFU_REVISION=0x0100
++CONFIG_USB_DFU_REVISION=0x0110
 +
 +#
 +# HXD81v011 or later has 1 bank of 128 MB SDRAM





More information about the commitlog mailing list