Ignore:
Timestamp:
11/23/07 11:50:23 (6 years ago)
Author:
laforge
Message:

sync with mainline git rev 9a337ddc154a10a26f117fd147b009abcdeba75a
(only makefile changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/u-boot/patches/uboot-s3c2410_udc.patch

    r2874 r3484  
    55--- u-boot.orig/drivers/Makefile 
    66+++ 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 
    1615Index: u-boot/drivers/usbdcore_s3c2410.c 
    1716=================================================================== 
     
    11361135--- u-boot.orig/include/configs/neo1973_gta01.h 
    11371136+++ u-boot/include/configs/neo1973_gta01.h 
    1138 @@ -161,6 +161,16 @@ 
     1137@@ -163,6 +163,16 @@ 
    11391138 #define CONFIG_USB_OHCI                1 
    11401139 #endif 
     
    11881187--- u-boot.orig/board/neo1973/common/cmd_neo1973.c 
    11891188+++ u-boot/board/neo1973/common/cmd_neo1973.c 
    1190 @@ -86,6 +86,18 @@ 
     1189@@ -94,6 +94,18 @@ 
    11911190                        neo1973_gps(1); 
    11921191                else 
     
    12071206 out_help: 
    12081207                printf("Usage:\n%s\n", cmdtp->usage); 
    1209 @@ -111,5 +123,6 @@ 
     1208@@ -120,5 +132,6 @@ 
    12101209        "neo1973 vibrator (on|off) - switch vibrator on or off\n" 
    12111210        "neo1973 gsm (on|off) - switch GSM Modem on or off\n" 
     
    12741273--- u-boot.orig/board/neo1973/gta01/gta01.c 
    12751274+++ u-boot/board/neo1973/gta01/gta01.c 
    1276 @@ -333,6 +333,7 @@ 
     1275@@ -334,6 +334,7 @@ 
    12771276 void neo1973_poweroff(void) 
    12781277 { 
Note: See TracChangeset for help on using the changeset viewer.