# HG changeset patch # User Rob Landley # Date 1232243386 21600 # Node ID 493405bce6dc3e0d81f3dafe7570fe5641897951 # Parent 67bc5a49cf1d5a92fa07abf30e04117a0e82bb3f Another patch from Mark Miller, making BOOT_RAW a visible config option. diff -r 67bc5a49cf1d -r 493405bce6dc sources/patches/alt-linux-boot-raw.patch --- /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