From 67893e8e9db18765d2fc39d5dc95ace33824209e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 12 Aug 2019 09:31:14 +0200 Subject: [PATCH] linux-5.3: Enable CONFIG_CRASH_DUMP Apply commit 581ae3ad (linux-4.19.57: Enable CONFIG_CRASH_DUMP). We don't want to maintain a separate crash kernel but use our normal kernel as a crash kernel. Enable CONFIG_CRASH_DUMP and CONFIG_RELOCATABLE. --- linux-5.3_rc4-284.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-5.3_rc4-284.bee b/linux-5.3_rc4-284.bee index 0de51bc1c..979fb9162 100755 --- a/linux-5.3_rc4-284.bee +++ b/linux-5.3_rc4-284.bee @@ -107,7 +107,7 @@ mee_configure() { CONFIG_HZ_1000=y CONFIG_KEXEC=y CONFIG_KEXEC_FILE=y - # CONFIG_RELOCATABLE is not set + CONFIG_CRASH_DUMP=y CONFIG_PHYSICAL_ALIGN=0x1000000 CONFIG_COMPAT_VDSO=y # CONFIG_ACPI_AC is not set