aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.19/300-mips_expose_boot_raw.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-03-26 09:42:59 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-03-26 09:42:59 +0000
commitb22936646d66f2a36a70ddeb9c66a44f07b8c4ac (patch)
tree485bf7cec86903e0ab0d5cbf0daa13e36e3ab5f1 /target/linux/generic/patches-3.19/300-mips_expose_boot_raw.patch
parent90cd852f2508f82c8e02c5ee6b97ba7bf1823c55 (diff)
downloadupstream-b22936646d66f2a36a70ddeb9c66a44f07b8c4ac.tar.gz
upstream-b22936646d66f2a36a70ddeb9c66a44f07b8c4ac.tar.bz2
upstream-b22936646d66f2a36a70ddeb9c66a44f07b8c4ac.zip
drop 3.19 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45002 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.19/300-mips_expose_boot_raw.patch')
-rw-r--r--target/linux/generic/patches-3.19/300-mips_expose_boot_raw.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/target/linux/generic/patches-3.19/300-mips_expose_boot_raw.patch b/target/linux/generic/patches-3.19/300-mips_expose_boot_raw.patch
deleted file mode 100644
index 702dc97891..0000000000
--- a/target/linux/generic/patches-3.19/300-mips_expose_boot_raw.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: Mark Miller <mark@mirell.org>
-
-This exposes the CONFIG_BOOT_RAW symbol in Kconfig. This is needed on
-certain Broadcom chipsets running CFE in order to load the kernel.
-
-Signed-off-by: Mark Miller <mark@mirell.org>
-Acked-by: Rob Landley <rob@landley.net>
----
---- a/arch/mips/Kconfig
-+++ b/arch/mips/Kconfig
-@@ -938,9 +938,6 @@ config FW_ARC
- config ARCH_MAY_HAVE_PC_FDC
- bool
-
--config BOOT_RAW
-- bool
--
- config CEVT_BCM1480
- bool
-
-@@ -2529,6 +2526,18 @@ config USE_OF
- config BUILTIN_DTB
- bool
-
-+config BOOT_RAW
-+ bool "Enable the kernel to be executed from the load address"
-+ default n
-+ help
-+ Allow the kernel to be executed from the load address for
-+ bootloaders which cannot read the ELF format. This places
-+ a jump to start_kernel at the load address.
-+
-+ If unsure, say N.
-+
-+
-+
- endmenu
-
- config LOCKDEP_SUPPORT