From bf02882bea49815672fb06e8cbb185b008f6f756 Mon Sep 17 00:00:00 2001 From: hauke Date: Wed, 25 Jul 2012 14:52:00 +0000 Subject: brcm47xx: reorder patches so that the patches already in mainline linux will be applied at first. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32845 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-3.3/250-ssb-remove-rev-from-boardinfo.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/brcm47xx/patches-3.3/250-ssb-remove-rev-from-boardinfo.patch (limited to 'target/linux/brcm47xx/patches-3.3/250-ssb-remove-rev-from-boardinfo.patch') diff --git a/target/linux/brcm47xx/patches-3.3/250-ssb-remove-rev-from-boardinfo.patch b/target/linux/brcm47xx/patches-3.3/250-ssb-remove-rev-from-boardinfo.patch deleted file mode 100644 index 9e9f42660..000000000 --- a/target/linux/brcm47xx/patches-3.3/250-ssb-remove-rev-from-boardinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/mips/bcm47xx/setup.c -+++ b/arch/mips/bcm47xx/setup.c -@@ -163,8 +163,6 @@ static int bcm47xx_get_invariants(struct - iv->boardinfo.vendor = SSB_BOARDVENDOR_BCM; - if (nvram_getenv("boardtype", buf, sizeof(buf)) >= 0) - iv->boardinfo.type = (u16)simple_strtoul(buf, NULL, 0); -- if (nvram_getenv("boardrev", buf, sizeof(buf)) >= 0) -- iv->boardinfo.rev = (u16)simple_strtoul(buf, NULL, 0); - - memset(&iv->sprom, 0, sizeof(struct ssb_sprom)); - bcm47xx_fill_sprom(&iv->sprom, NULL); -- cgit v1.2.3