Changeset 3484 for trunk/src/target/u-boot/patches/uboot-s3c2410_udc.patch
- Timestamp:
- 11/23/07 11:50:23 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/u-boot/patches/uboot-s3c2410_udc.patch
r2874 r3484 5 5 --- u-boot.orig/drivers/Makefile 6 6 +++ u-boot/drivers/Makefile 7 @@ -48,7 +48,7 @@ 8 ti_pci1410a.o tigon3.o tsec.o \ 9 tsi108_eth.o tsi108_i2c.o tsi108_pci.o \ 10 usb_ohci.o \ 11 - usbdcore.o usbdcore_ep0.o usbdcore_mpc8xx.o usbdcore_omap1510.o \ 12 + usbdcore.o usbdcore_ep0.o usbdcore_mpc8xx.o usbdcore_omap1510.o usbdcore_s3c2410.o \ 13 usbtty.o \ 14 videomodes.o w83c553f.o \ 15 ks8695eth.o \ 7 @@ -136,6 +136,7 @@ 8 COBJS-y += usbdcore_ep0.o 9 COBJS-y += usbdcore_mpc8xx.o 10 COBJS-y += usbdcore_omap1510.o 11 +COBJS-y += usbdcore_s3c2410.o 12 13 # 14 # Miscellaneous Drivers 16 15 Index: u-boot/drivers/usbdcore_s3c2410.c 17 16 =================================================================== … … 1136 1135 --- u-boot.orig/include/configs/neo1973_gta01.h 1137 1136 +++ u-boot/include/configs/neo1973_gta01.h 1138 @@ -16 1,6 +161,16 @@1137 @@ -163,6 +163,16 @@ 1139 1138 #define CONFIG_USB_OHCI 1 1140 1139 #endif … … 1188 1187 --- u-boot.orig/board/neo1973/common/cmd_neo1973.c 1189 1188 +++ u-boot/board/neo1973/common/cmd_neo1973.c 1190 @@ - 86,6 +86,18 @@1189 @@ -94,6 +94,18 @@ 1191 1190 neo1973_gps(1); 1192 1191 else … … 1207 1206 out_help: 1208 1207 printf("Usage:\n%s\n", cmdtp->usage); 1209 @@ -1 11,5 +123,6 @@1208 @@ -120,5 +132,6 @@ 1210 1209 "neo1973 vibrator (on|off) - switch vibrator on or off\n" 1211 1210 "neo1973 gsm (on|off) - switch GSM Modem on or off\n" … … 1274 1273 --- u-boot.orig/board/neo1973/gta01/gta01.c 1275 1274 +++ u-boot/board/neo1973/gta01/gta01.c 1276 @@ -33 3,6 +333,7 @@1275 @@ -334,6 +334,7 @@ 1277 1276 void neo1973_poweroff(void) 1278 1277 {
Note: See TracChangeset
for help on using the changeset viewer.
