view sources/patches/linux-bootraw.patch @ 1325:fd341b09cc27

Bring bootraw patch up to 2.6.37 so it doesn't need fuzz factor support to apply (which busybox patch doesn't do, and which is a bad idea anyway because fuzz has the annoying habit of silently applying hunks in the wrong place and introducing _subtle_ bugs).
author Rob Landley <rob@landley.net>
date Mon, 10 Jan 2011 08:26:02 -0600
parents
children
line wrap: on
line source

--- linux.bak/arch/mips/Kconfig	2011-01-04 18:50:19.000000000 -0600
+++ linux/arch/mips/Kconfig	2011-01-10 08:15:26.000000000 -0600
@@ -787,9 +787,6 @@
 config ARCH_MAY_HAVE_PC_FDC
 	bool
 
-config BOOT_RAW
-	bool
-
 config CEVT_BCM1480
 	bool
 
@@ -2222,6 +2219,18 @@
 	help
 	  Include support for flattened device tree machine descriptions.
 
+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