mvebu: backport mainline patches from kernel 3.11
[openwrt.git] / target / linux / mvebu / patches-3.10 / 0031-arm-mvebu-disable-DEBUG_LL-EARLY_PRINTK-in-defconfig.patch
1 From 7a3b99b8d16f2eb9ae5ac4ddf5e201eacdfacbf4 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Wed, 5 Jun 2013 09:05:01 +0200
4 Subject: [PATCH 031/203] arm: mvebu: disable DEBUG_LL/EARLY_PRINTK in
5  defconfig
6
7 Now that we have two different addresses for the UART, depending on
8 which bootloader is used, it is no longer desirable to enable
9 earlyprintk by default in the defconfig. Users who need earlyprintk
10 support will have to enable it explicitly, and select the right UART
11 configuration depending on their platform.
12
13 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 Acked-by: Arnd Bergmann <arnd@arndb.de>
15 Signed-off-by: Jason Cooper <jason@lakedaemon.net>
16 ---
17  arch/arm/configs/mvebu_defconfig | 2 --
18  1 file changed, 2 deletions(-)
19
20 --- a/arch/arm/configs/mvebu_defconfig
21 +++ b/arch/arm/configs/mvebu_defconfig
22 @@ -100,5 +100,3 @@ CONFIG_TIMER_STATS=y
23  # CONFIG_DEBUG_BUGVERBOSE is not set
24  CONFIG_DEBUG_INFO=y
25  CONFIG_DEBUG_USER=y
26 -CONFIG_DEBUG_LL=y
27 -CONFIG_EARLY_PRINTK=y