summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.12/300-mips_expose_boot_raw.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-10-24 13:50:11 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-10-24 13:50:11 +0000
commite72c7e17a475c00134c56f4392578ddc16a47a2e (patch)
tree842835f958f9c9ed315cb853173d51e43f76bbf5 /target/linux/generic/patches-3.12/300-mips_expose_boot_raw.patch
parent4341ea40379ed24c103e37b75661c62bfc3270f6 (diff)
downloadmtk-20170518-e72c7e17a475c00134c56f4392578ddc16a47a2e.zip
mtk-20170518-e72c7e17a475c00134c56f4392578ddc16a47a2e.tar.gz
mtk-20170518-e72c7e17a475c00134c56f4392578ddc16a47a2e.tar.bz2
preliminary 3.12 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38528
Diffstat (limited to 'target/linux/generic/patches-3.12/300-mips_expose_boot_raw.patch')
-rw-r--r--target/linux/generic/patches-3.12/300-mips_expose_boot_raw.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.12/300-mips_expose_boot_raw.patch b/target/linux/generic/patches-3.12/300-mips_expose_boot_raw.patch
new file mode 100644
index 0000000..9d1504d
--- /dev/null
+++ b/target/linux/generic/patches-3.12/300-mips_expose_boot_raw.patch
@@ -0,0 +1,39 @@
+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
+@@ -860,9 +860,6 @@ config FW_ARC
+ config ARCH_MAY_HAVE_PC_FDC
+ bool
+
+-config BOOT_RAW
+- bool
+-
+ config CEVT_BCM1480
+ bool
+
+@@ -2364,6 +2361,18 @@ config USE_OF
+ select OF_EARLY_FLATTREE
+ select IRQ_DOMAIN
+
++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