From c426ab5a514916a48e8c776d02cbd23a0d0622de Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 6 Apr 2015 19:02:38 +0000 Subject: [PATCH] [x86] Disable X86_VERBOSE_BOOTUP (Closes: #781953) svn path=/dists/sid/linux/; revision=22481 --- debian/changelog | 1 + debian/config/kernelarch-x86/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 411cdc3a1..efe370914 100644 --- a/debian/changelog +++ b/debian/changelog @@ -195,6 +195,7 @@ linux (3.16.7-ckt9-1) UNRELEASED; urgency=medium * [x86] drm/i915: Add limited color range readout for HDMI/DP ports on g4x/vlv/chv (Closes: #775217) * HID: thingm: fix workqueue race on remove (Closes: #780055) + * [x86] Disable X86_VERBOSE_BOOTUP (Closes: #781953) -- Ian Campbell Wed, 18 Mar 2015 21:07:15 +0000 diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 57e02c8f6..69fdd872f 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -76,7 +76,7 @@ CONFIG_IA32_AOUT=y ## file: arch/x86/Kconfig.debug ## CONFIG_STRICT_DEVMEM=y -CONFIG_X86_VERBOSE_BOOTUP=y +# CONFIG_X86_VERBOSE_BOOTUP is not set CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set CONFIG_EARLY_PRINTK_EFI=y