Skip to content

Commit ff8b01e

Browse files
IcenowyKexyBiscuit
authored andcommitted
FROMLIST: mips: disable CRASH_DUMP by default
On MIPS, the space of a crash dump kernel needs to be manually specified by both the debugee and the crash dump kernel PHYSICAL_START config option, and the default PHYSICAL_START config will make the kernel load quite higher, which isn't acceptable when using as a daily use kernel (and will even confuse some naive Loongson-3 bootloaders). So I don't think a MIPS kernel should be built as a crash dump kernel by default, therefore this patch disables selecting CRASH_DUMP by default. Signed-off-by: Icenowy Zheng <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Kexy Biscuit <[email protected]>
1 parent 3e44193 commit ff8b01e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/mips/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,9 +2904,6 @@ config ARCH_SUPPORTS_KEXEC
29042904
config ARCH_SUPPORTS_CRASH_DUMP
29052905
def_bool y
29062906

2907-
config ARCH_DEFAULT_CRASH_DUMP
2908-
def_bool y
2909-
29102907
config PHYSICAL_START
29112908
hex "Physical address where the kernel is loaded"
29122909
default "0xffffffff84000000"

0 commit comments

Comments
 (0)