summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-3.18/0098-bcm2709-Also-accept-the-2708-machine-ID.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-11 17:17:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-11 17:17:30 +0000
commite1f0a7e841750fe8e47b4755fb5f849bcda2b50d (patch)
tree9825ebb26da47de4138e7e83d7979976846f18b5 /target/linux/brcm2708/patches-3.18/0098-bcm2709-Also-accept-the-2708-machine-ID.patch
parent6c1adb3eecff7e86f7396e1aa443ee1ce947d9ec (diff)
downloadmaster-31e0f0ae-e1f0a7e841750fe8e47b4755fb5f849bcda2b50d.tar.gz
master-31e0f0ae-e1f0a7e841750fe8e47b4755fb5f849bcda2b50d.tar.bz2
master-31e0f0ae-e1f0a7e841750fe8e47b4755fb5f849bcda2b50d.zip
brcm2708: remove linux 3.18 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46870
Diffstat (limited to 'target/linux/brcm2708/patches-3.18/0098-bcm2709-Also-accept-the-2708-machine-ID.patch')
-rw-r--r--target/linux/brcm2708/patches-3.18/0098-bcm2709-Also-accept-the-2708-machine-ID.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/brcm2708/patches-3.18/0098-bcm2709-Also-accept-the-2708-machine-ID.patch b/target/linux/brcm2708/patches-3.18/0098-bcm2709-Also-accept-the-2708-machine-ID.patch
deleted file mode 100644
index 17dbdf5e60..0000000000
--- a/target/linux/brcm2708/patches-3.18/0098-bcm2709-Also-accept-the-2708-machine-ID.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 3a930cc266561ce539f40d0e4b8e1752442481b4 Mon Sep 17 00:00:00 2001
-From: popcornmix <popcornmix@gmail.com>
-Date: Wed, 28 Jan 2015 17:57:23 +0000
-Subject: [PATCH 098/114] bcm2709: Also accept the 2708 machine ID
-
----
- arch/arm/mach-bcm2709/bcm2709.c | 13 +++++++++++++
- 1 file changed, 13 insertions(+)
-
---- a/arch/arm/mach-bcm2709/bcm2709.c
-+++ b/arch/arm/mach-bcm2709/bcm2709.c
-@@ -1270,6 +1270,19 @@ MACHINE_START(BCM2709, "BCM2709")
- .dt_compat = bcm2709_compat,
- MACHINE_END
-
-+MACHINE_START(BCM2708, "BCM2709")
-+ /* Maintainer: Broadcom Europe Ltd. */
-+ .smp = smp_ops(bcm2709_smp_ops),
-+ .map_io = bcm2709_map_io,
-+ .init_irq = bcm2709_init_irq,
-+ .init_time = bcm2709_timer_init,
-+ .init_machine = bcm2709_init,
-+ .init_early = bcm2709_init_early,
-+ .reserve = board_reserve,
-+ .restart = bcm2709_restart,
-+ .dt_compat = bcm2709_compat,
-+MACHINE_END
-+
- module_param(boardrev, uint, 0644);
- module_param(serial, uint, 0644);
- module_param(uart_clock, uint, 0644);