aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.8/200-MIPS-BCM47XX-use-fallback-for-some-board.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-09-12 22:07:12 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-09-12 22:07:12 +0000
commit0a0257d70e6bbe6fc36c503e7711f40958351a24 (patch)
tree32e6dbec334bd89837ef5dbd3c77e3bd2b709dab /target/linux/brcm47xx/patches-3.8/200-MIPS-BCM47XX-use-fallback-for-some-board.patch
parentb4880b34ef384d5305a2029c4baaf2aa5cc0f6c6 (diff)
downloadupstream-0a0257d70e6bbe6fc36c503e7711f40958351a24.tar.gz
upstream-0a0257d70e6bbe6fc36c503e7711f40958351a24.tar.bz2
upstream-0a0257d70e6bbe6fc36c503e7711f40958351a24.zip
brcm47xx: remove support for kernel 3.8
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37959
Diffstat (limited to 'target/linux/brcm47xx/patches-3.8/200-MIPS-BCM47XX-use-fallback-for-some-board.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.8/200-MIPS-BCM47XX-use-fallback-for-some-board.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/brcm47xx/patches-3.8/200-MIPS-BCM47XX-use-fallback-for-some-board.patch b/target/linux/brcm47xx/patches-3.8/200-MIPS-BCM47XX-use-fallback-for-some-board.patch
deleted file mode 100644
index 5d759f1ab6..0000000000
--- a/target/linux/brcm47xx/patches-3.8/200-MIPS-BCM47XX-use-fallback-for-some-board.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/arch/mips/bcm47xx/sprom.c
-+++ b/arch/mips/bcm47xx/sprom.c
-@@ -652,12 +652,10 @@ static void bcm47xx_fill_sprom_ethernet(
- static void bcm47xx_fill_board_data(struct ssb_sprom *sprom, const char *prefix,
- bool fallback)
- {
-- nvram_read_u16(prefix, NULL, "boardrev", &sprom->board_rev, 0,
-- fallback);
-+ nvram_read_u16(prefix, NULL, "boardrev", &sprom->board_rev, 0, true);
- nvram_read_u16(prefix, NULL, "boardnum", &sprom->board_num, 0,
- fallback);
-- nvram_read_u16(prefix, NULL, "boardtype", &sprom->board_type, 0,
-- fallback);
-+ nvram_read_u16(prefix, NULL, "boardtype", &sprom->board_type, 0, true);
- nvram_read_u32_2(prefix, "boardflags", &sprom->boardflags_lo,
- &sprom->boardflags_hi, fallback);
- nvram_read_u32_2(prefix, "boardflags2", &sprom->boardflags2_lo,