summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2017-06-27 12:34:00 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-06-27 13:33:58 +0200
commit34a0d07f80352bcbb2f2712c5f7fd191b3134718 (patch)
treea2ea70687fcdbeea48046da1690c07284599fe7f
parentbcd944fb36c1f9e1ad12fc1871a649dec574563a (diff)
downloadenea-kernel-cache-34a0d07f80352bcbb2f2712c5f7fd191b3134718.tar.gz
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 <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--features/debug/debug_kernel_n.cfg1
1 files changed, 0 insertions, 1 deletions
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
5CONFIG_SCHED_DEBUG=n 5CONFIG_SCHED_DEBUG=n
6CONFIG_DEBUG_PREEMPT=n 6CONFIG_DEBUG_PREEMPT=n
7CONFIG_X86_DEBUG_FPU=n 7CONFIG_X86_DEBUG_FPU=n
8CONFIG_EARLY_PRINTK=n