r2107 - trunk/src/target/u-boot/patches
laforge at sita.openmoko.org
laforge at sita.openmoko.org
Thu May 31 00:27:16 CEST 2007
Author: laforge
Date: 2007-05-31 00:27:16 +0200 (Thu, 31 May 2007)
New Revision: 2107
Modified:
trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch
Log:
* fix qt2410 build of udfu image (uses 0x511d product id)
Modified: trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch 2007-05-30 22:10:40 UTC (rev 2106)
+++ trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch 2007-05-30 22:27:16 UTC (rev 2107)
@@ -73,7 +73,7 @@
===================================================================
--- /dev/null
+++ u-boot/board/qt2410/config.mk
-@@ -0,0 +1,25 @@
+@@ -0,0 +1,29 @@
+#
+# (C) Copyright 2002
+# Gary Jennejohn, DENX Software Engineering, <gj at denx.de>
@@ -84,6 +84,10 @@
+# see http://www.samsung.com/ for more information on SAMSUNG
+#
+
++CONFIG_USB_DFU_VENDOR=0x1457
++CONFIG_USB_DFU_PRODUCT=0x511d
++CONFIG_USB_DFU_REVISION=0x0100
++
+#
+# SMDK2410 has 1 bank of 64 MB DRAM
+#
@@ -1138,7 +1142,7 @@
+#define CFG_CONSOLE_IS_IN_ENV 1
+#define CONFIG_USBD_VENDORID 0x1457 /* Linux/NetChip */
+#define CONFIG_USBD_PRODUCTID_GSERIAL 0x5120 /* gserial */
-+#define CONFIG_USBD_PRODUCTID_CDCACM 0x5119 /* CDC ACM */
++#define CONFIG_USBD_PRODUCTID_CDCACM 0x511d /* CDC ACM */
+#define CONFIG_USBD_MANUFACTURER "Armzone"
+#define CONFIG_USBD_PRODUCT_NAME "QT2410 Bootloader " U_BOOT_VERSION
+#define CONFIG_EXTRA_ENV_SETTINGS "usbtty=cdc_acm\0"
More information about the commitlog
mailing list