aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-12-07 15:34:28 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-12-07 15:34:28 +0000
commit8e738da02c77b69d2fa8c1ef52faf2af6388b916 (patch)
treeab3580332d8134c023a550f443fd0da45837ac72 /target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch
parentdc6171c73454e1ed25a89e2bc5b5c7730aa38c3d (diff)
downloadupstream-8e738da02c77b69d2fa8c1ef52faf2af6388b916.tar.gz
upstream-8e738da02c77b69d2fa8c1ef52faf2af6388b916.tar.bz2
upstream-8e738da02c77b69d2fa8c1ef52faf2af6388b916.zip
brcm47xx: remove kernel 3.10
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43535
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch b/target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch
deleted file mode 100644
index 8a786429ed..0000000000
--- a/target/linux/brcm47xx/patches-3.10/073-MIPS-BCM47XX-print-board-name-in-machine-entry-in-cp.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 6d683038f2155bf0d6f486a1f11a10bbc455da8a Mon Sep 17 00:00:00 2001
-From: Hauke Mehrtens <hauke@hauke-m.de>
-Date: Thu, 19 Sep 2013 23:40:10 +0200
-Subject: [PATCH 019/110] MIPS: BCM47XX: print board name in machine entry in
- cpuinfo
-
-This will add the board name to the machine entry in /proc/cpuinfo.
-
-Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-Acked-by: John Crispin <blogic@openwrt.org>
-Patchwork: http://patchwork.linux-mips.org/patch/5864/
----
- arch/mips/bcm47xx/setup.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/arch/mips/bcm47xx/setup.c
-+++ b/arch/mips/bcm47xx/setup.c
-@@ -32,6 +32,7 @@
- #include <linux/ssb/ssb_embedded.h>
- #include <linux/bcma/bcma_soc.h>
- #include <asm/bootinfo.h>
-+#include <asm/prom.h>
- #include <asm/reboot.h>
- #include <asm/time.h>
- #include <bcm47xx.h>
-@@ -225,6 +226,7 @@ void __init plat_mem_setup(void)
- _machine_halt = bcm47xx_machine_halt;
- pm_power_off = bcm47xx_machine_halt;
- bcm47xx_board_detect();
-+ mips_set_machine_name(bcm47xx_board_get_name());
- }
-
- static int __init bcm47xx_register_bus_complete(void)