aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.9/035-MIPS-BCM63XX-select-BOOT_RAW.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-09-06 19:01:17 +0000
committerJonas Gorski <jogo@openwrt.org>2013-09-06 19:01:17 +0000
commit7f0189d4b0db4839ebc9520be0272078c7fbb0f1 (patch)
treeb31741327b2830918dbd45b4d440b49ec4cb125d /target/linux/brcm63xx/patches-3.9/035-MIPS-BCM63XX-select-BOOT_RAW.patch
parentc83d912672ea303458916c43c38ebdcad3f730bf (diff)
downloadmaster-187ad058-7f0189d4b0db4839ebc9520be0272078c7fbb0f1.tar.gz
master-187ad058-7f0189d4b0db4839ebc9520be0272078c7fbb0f1.tar.bz2
master-187ad058-7f0189d4b0db4839ebc9520be0272078c7fbb0f1.zip
brcm63xx: drop linux 3.9 support
It is EOL since quite a while, so no need to keep it around. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37911 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.9/035-MIPS-BCM63XX-select-BOOT_RAW.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.9/035-MIPS-BCM63XX-select-BOOT_RAW.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/brcm63xx/patches-3.9/035-MIPS-BCM63XX-select-BOOT_RAW.patch b/target/linux/brcm63xx/patches-3.9/035-MIPS-BCM63XX-select-BOOT_RAW.patch
deleted file mode 100644
index c540536cd8..0000000000
--- a/target/linux/brcm63xx/patches-3.9/035-MIPS-BCM63XX-select-BOOT_RAW.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 373eb1a286bf31b41f966d5d3826cfe63e826c92 Mon Sep 17 00:00:00 2001
-From: Florian Fainelli <florian@openwrt.org>
-Date: Tue, 18 Jun 2013 16:55:39 +0000
-Subject: [PATCH 1/6] MIPS: BCM63XX: select BOOT_RAW
-
-Enabling BOOT_RAW is mandatory to get a binary image (objcopy from ELF
-to binary) to work. This does not affect the ELF kernels which are used
-by CFE on BCM63XX DSL platforms, but is going to be necessary to support
-BCM63XX on Cable Modem chips such as BCM3368.
-
-Signed-off-by: Florian Fainelli <florian@openwrt.org>
-Cc: linux-mips@linux-mips.org
-Cc: cernekee@gmail.com
-Cc: jogo@openwrt.org
-Patchwork: https://patchwork.linux-mips.org/patch/5500/
-Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
----
- arch/mips/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/arch/mips/Kconfig
-+++ b/arch/mips/Kconfig
-@@ -124,6 +124,7 @@ config BCM47XX
-
- config BCM63XX
- bool "Broadcom BCM63XX based boards"
-+ select BOOT_RAW
- select CEVT_R4K
- select CSRC_R4K
- select DMA_NONCOHERENT