diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-03-13 14:06:44 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-03-13 14:06:44 +0000 |
commit | 07486c4d963f33b61a64f30939f04f4f2074e9ca (patch) | |
tree | de40f5e0ac15bc3b2907c113bb9b3602bd99188c /target/linux/brcm63xx/patches-3.0/441-board-NB4.patch | |
parent | 95edc71814e0e94ecf347f86f1cb5c87c90be676 (diff) | |
download | upstream-07486c4d963f33b61a64f30939f04f4f2074e9ca.tar.gz upstream-07486c4d963f33b61a64f30939f04f4f2074e9ca.tar.bz2 upstream-07486c4d963f33b61a64f30939f04f4f2074e9ca.zip |
remove udc patch since it is unused
SVN-Revision: 30920
Diffstat (limited to 'target/linux/brcm63xx/patches-3.0/441-board-NB4.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.0/441-board-NB4.patch | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/target/linux/brcm63xx/patches-3.0/441-board-NB4.patch b/target/linux/brcm63xx/patches-3.0/441-board-NB4.patch index b2fb0e2fce..d7b04a2cb7 100644 --- a/target/linux/brcm63xx/patches-3.0/441-board-NB4.patch +++ b/target/linux/brcm63xx/patches-3.0/441-board-NB4.patch @@ -10,7 +10,7 @@ #include <asm/addrspace.h> #include <bcm63xx_board.h> #include <bcm63xx_cpu.h> -@@ -39,6 +42,12 @@ +@@ -38,6 +41,12 @@ #define CFE_OFFSET_64K 0x10000 #define CFE_OFFSET_128K 0x20000 @@ -23,7 +23,7 @@ static struct bcm963xx_nvram nvram; static unsigned int mac_addr_used; static struct board_info board; -@@ -780,6 +789,502 @@ static struct board_info __initdata boar +@@ -777,6 +786,496 @@ static struct board_info __initdata boar .has_ohci0 = 1, }; @@ -87,8 +87,6 @@ + .has_pccard = 1, + .has_ehci0 = 1, + -+ .has_udc0 = 1, -+ + .leds = { + { + .name = "adsl", @@ -182,8 +180,6 @@ + .has_pccard = 1, + .has_ehci0 = 1, + -+ .has_udc0 = 1, -+ + .leds = { + { + .name = "adsl", @@ -370,8 +366,6 @@ + .has_pccard = 1, + .has_ehci0 = 1, + -+ .has_udc0 = 1, -+ + .leds = { + { + .name = "adsl", @@ -526,7 +520,7 @@ #endif /* -@@ -810,9 +1315,30 @@ static const struct board_info __initdat +@@ -807,9 +1306,30 @@ static const struct board_info __initdat &board_96358vw2, &board_AGPFS0, &board_DWVS0, @@ -557,7 +551,7 @@ /* * Register a sane SPROMv2 to make the on-board * bcm4318 WLAN work -@@ -964,6 +1490,9 @@ void __init board_prom_init(void) +@@ -961,6 +1481,9 @@ void __init board_prom_init(void) boardid_fixup(boot_addr); } |