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

laforge at sita.openmoko.org laforge at sita.openmoko.org
Fri May 25 01:41:11 CEST 2007


Author: laforge
Date: 2007-05-25 01:41:11 +0200 (Fri, 25 May 2007)
New Revision: 2085

Modified:
   trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch
Log:
* add dummy udc_ctrl() function to qt2410 code (fix compilation)


Modified: trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch
===================================================================
--- trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch	2007-05-24 23:36:22 UTC (rev 2084)
+++ trunk/src/target/u-boot/patches/uboot-20061030-qt2410.patch	2007-05-24 23:41:11 UTC (rev 2085)
@@ -721,7 +721,7 @@
 ===================================================================
 --- /dev/null
 +++ u-boot/board/qt2410/qt2410.c
-@@ -0,0 +1,145 @@
+@@ -0,0 +1,152 @@
 +/*
 + * (C) 2006 by OpenMoko, Inc.
 + * Author: Harald Welte <laforge at openmoko.org>
@@ -756,6 +756,7 @@
 +
 +#include <common.h>
 +#include <video_fb.h>
++#include <usbdcore.h>
 +#include <s3c2410.h>
 +
 +DECLARE_GLOBAL_DATA_PTR;
@@ -844,6 +845,12 @@
 +	return 0;
 +}
 +
++#if defined(CONFIG_USB_DEVICE)
++void udc_ctrl(enum usbd_event event, int param)
++{
++}
++#endif
++
 +void board_video_init(GraphicDevice *pGD)
 +{
 +	S3C24X0_LCD * const lcd = S3C24X0_GetBase_LCD();





More information about the commitlog mailing list