Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030865AbbKDRNq (ORCPT ); Wed, 4 Nov 2015 12:13:46 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:40590 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030816AbbKDRNn (ORCPT ); Wed, 4 Nov 2015 12:13:43 -0500 Subject: Re: [PATCH 2/2] ARM: at91/dt: remove bootargs To: Alexandre Belloni References: <1446650149-31563-1-git-send-email-alexandre.belloni@free-electrons.com> <1446650149-31563-2-git-send-email-alexandre.belloni@free-electrons.com> CC: Jean-Christophe Plagniol-Villard , , From: Nicolas Ferre Organization: atmel Message-ID: <563A3CCF.4020308@atmel.com> Date: Wed, 4 Nov 2015 18:13:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1446650149-31563-2-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1662 Lines: 49 Le 04/11/2015 16:15, Alexandre Belloni a ?crit : > Passing earlyprintk in the bootargs may crash the board as it depends on > having a sane DEBUG_UART_PHYS configured which is not always the case. > > Also remove ignore_loglevel > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/at91-sama5d4_xplained.dts | 1 - > arch/arm/boot/dts/at91-sama5d4ek.dts | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts > index d3de7565efc3..5a8adb6a98e1 100644 > --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts > +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts > @@ -50,7 +50,6 @@ > compatible = "atmel,sama5d4-xplained", "atmel,sama5d4", "atmel,sama5"; > > chosen { > - bootargs = "ignore_loglevel earlyprintk"; > stdout-path = "serial0:115200n8"; > }; > > diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts > index c9d8b73a65ad..25aebb6d932b 100644 > --- a/arch/arm/boot/dts/at91-sama5d4ek.dts > +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts > @@ -50,7 +50,6 @@ > compatible = "atmel,sama5d4ek", "atmel,sama5d4", "atmel,sama5"; > > chosen { > - bootargs = "ignore_loglevel earlyprintk"; > stdout-path = "serial0:115200n8"; > }; > > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/