]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
authorWolfgang Denk <wd@denx.de>
Tue, 5 Apr 2011 10:24:20 +0000 (12:24 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 5 Apr 2011 10:24:20 +0000 (12:24 +0200)
Conflicts:
drivers/usb/host/ehci-pci.c

Signed-off-by: Wolfgang Denk <wd@denx.de>
1  2 
boards.cfg
drivers/usb/host/ehci-pci.c

diff --cc boards.cfg
Simple merge
index 2b68f7bd19eafe03c23faf0cabfe9b0a612a2c79,bf490b0d32cd45062b29da4b4e201f86a0e2ea46..4abe5e3b59a56946515ee1fff790d713d3973f3b
@@@ -28,8 -28,8 +28,9 @@@
  #ifdef CONFIG_PCI_EHCI_DEVICE
  static struct pci_device_id ehci_pci_ids[] = {
        /* Please add supported PCI EHCI controller ids here */
 -      {0x1033, 0x00E0},
 -      {0x10b9, 0x5239},       /* ULI1575 PCI EHCI module ids */
 +      {0x1033, 0x00E0},       /* NEC */
++      {0x10B9, 0x5239},       /* ULI1575 PCI EHCI module ids */
 +      {0x12D8, 0x400F},       /* Pericom */
        {0, 0}
  };
  #endif