From bc69ec6429c2416fc969b3fd465b8982e9b054a3 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Tue, 18 Sep 2018 13:33:35 +0800 Subject: [PATCH] add Dommy DW33D small kernel size support --- config/Config-kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index f38cc792d..2e7ec3660 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -88,7 +88,7 @@ endif config KERNEL_KALLSYMS bool "Compile the kernel with symbol table information" - default y if !SMALL_FLASH + default n help This will give you more information in stack traces from kernel oopses.