From 1132008d09d6cd11d81e34a3158e0293eff47e94 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sun, 14 Oct 2018 18:42:19 +0800 Subject: [PATCH] reduce Dommy DW33D kernel size by 10KB again and again --- 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 0d7d70275..e182419f0 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -31,7 +31,7 @@ config KERNEL_CRASHLOG config KERNEL_SWAP bool "Support for paging of anonymous memory (swap)" - default y + default y if !SMALL_FLASH config KERNEL_DEBUG_FS bool "Compile the kernel with debug filesystem enabled"