From 34a0d07f80352bcbb2f2712c5f7fd191b3134718 Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Tue, 27 Jun 2017 12:34:00 +0200 Subject: linux-intel: Remove disabling early printk from debug_kernel_n fragment Since there already is a fragment that enables or disables earlyprintk, remove the config symbol from debug_kernel_n to avoid conflicts when both are applied in alternative orders. Signed-off-by: Gabriel Ionescu Signed-off-by: Adrian Dudau --- features/debug/debug_kernel_n.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/debug/debug_kernel_n.cfg b/features/debug/debug_kernel_n.cfg index 77f41ef..38f20a7 100644 --- a/features/debug/debug_kernel_n.cfg +++ b/features/debug/debug_kernel_n.cfg @@ -5,4 +5,3 @@ CONFIG_PNP_DEBUG_MESSAGES=n CONFIG_SCHED_DEBUG=n CONFIG_DEBUG_PREEMPT=n CONFIG_X86_DEBUG_FPU=n -CONFIG_EARLY_PRINTK=n -- cgit v1.2.3-54-g00ecf