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.2/250-boardid_fixup.patch | |
parent | 95edc71814e0e94ecf347f86f1cb5c87c90be676 (diff) | |
download | mtk-20170518-07486c4d963f33b61a64f30939f04f4f2074e9ca.zip mtk-20170518-07486c4d963f33b61a64f30939f04f4f2074e9ca.tar.gz mtk-20170518-07486c4d963f33b61a64f30939f04f4f2074e9ca.tar.bz2 |
remove udc patch since it is unused
SVN-Revision: 30920
Diffstat (limited to 'target/linux/brcm63xx/patches-3.2/250-boardid_fixup.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.2/250-boardid_fixup.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/patches-3.2/250-boardid_fixup.patch b/target/linux/brcm63xx/patches-3.2/250-boardid_fixup.patch index e97b7d7..f11986b 100644 --- a/target/linux/brcm63xx/patches-3.2/250-boardid_fixup.patch +++ b/target/linux/brcm63xx/patches-3.2/250-boardid_fixup.patch @@ -1,7 +1,7 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -33,9 +33,13 @@ - #include <bcm63xx_dev_usb_udc.h> +@@ -32,9 +32,13 @@ + #include <bcm63xx_dev_usb_ehci.h> #include <bcm63xx_dev_spi.h> #include <board_bcm963xx.h> +#include <bcm_tag.h> @@ -14,7 +14,7 @@ static struct bcm963xx_nvram nvram; static unsigned int mac_addr_used; static struct board_info board; -@@ -735,6 +739,29 @@ static int board_get_mac_address(u8 *mac +@@ -732,6 +736,29 @@ static int board_get_mac_address(u8 *mac return 0; } @@ -44,7 +44,7 @@ /* * early init callback, read nvram data from flash and checksum it */ -@@ -777,6 +804,11 @@ void __init board_prom_init(void) +@@ -774,6 +801,11 @@ void __init board_prom_init(void) return; } |