changeset 594:493405bce6dc

Another patch from Mark Miller, making BOOT_RAW a visible config option.
author Rob Landley <rob@landley.net>
date Sat, 17 Jan 2009 19:49:46 -0600
parents 67bc5a49cf1d
children 161e2bca18f4
files sources/patches/alt-linux-boot-raw.patch
diffstat 1 files changed, 33 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/alt-linux-boot-raw.patch	Sat Jan 17 19:49:46 2009 -0600
@@ -0,0 +1,33 @@
+diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
+index f4af967..023604d 100644
+--- a/arch/mips/Kconfig
++++ b/arch/mips/Kconfig
+@@ -670,9 +670,6 @@ config ARC
+ config ARCH_MAY_HAVE_PC_FDC
+ 	bool
+ 
+-config BOOT_RAW
+-	bool
+-
+ config CEVT_BCM1480
+ 	bool
+ 
+@@ -1887,6 +1884,18 @@ config SECCOMP
+ 
+ 	  If unsure, say Y. Only embedded should say N here.
+ 
++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 RWSEM_GENERIC_SPINLOCK