From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752245Ab3AXIqj (ORCPT ); Thu, 24 Jan 2013 03:46:39 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:17243 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369Ab3AXIqc (ORCPT ); Thu, 24 Jan 2013 03:46:32 -0500 Message-ID: <5100F4ED.9000004@atmel.com> Date: Thu, 24 Jan 2013 09:46:37 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Jean-Christophe PLAGNIOL-VILLARD CC: Olof Johansson , Arnd Bergmann , , , , , , , Josh Wu , Bo Shen , Ludovic Desroches Subject: Re: [PATCH 7/9] ARM: at91/at91_dt_defconfig: remove memory specification to cmdline References: <2e06e92c758b768baaacc061aafa7f710b74ea02.1358934163.git.nicolas.ferre@atmel.com> <20130123102057.GJ7360@game.jcrosoft.org> In-Reply-To: <20130123102057.GJ7360@game.jcrosoft.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/23/2013 11:20 AM, Jean-Christophe PLAGNIOL-VILLARD : > On 10:48 Wed 23 Jan , Nicolas Ferre wrote: >> No need for this cmdline option as we are using DT. >> Moreover this defconfig is targeted to multiple SoC/boards: this option >> was nonsense. > just keep the console the rest is a nonsense too > > as on 9g45 the initrd will be at 0x7xxxxxxx Understood, but I prefer to keep a "root" option at least, so I keep it like this. > the console too but as the patch serie to support via DT is not yet mainline > we can keep it Ok for this. > > Best Regards, > J. >> >> Reported-by: Josh Wu >> Signed-off-by: Nicolas Ferre >> --- >> arch/arm/configs/at91_dt_defconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig >> index b175577..a353ff6 100644 >> --- a/arch/arm/configs/at91_dt_defconfig >> +++ b/arch/arm/configs/at91_dt_defconfig >> @@ -31,7 +31,7 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 >> CONFIG_ZBOOT_ROM_BSS=0x0 >> CONFIG_ARM_APPENDED_DTB=y >> CONFIG_ARM_ATAG_DTB_COMPAT=y >> -CONFIG_CMDLINE="mem=128M console=ttyS0,115200 initrd=0x21100000,25165824 root=/dev/ram0 rw" >> +CONFIG_CMDLINE="console=ttyS0,115200 initrd=0x21100000,25165824 root=/dev/ram0 rw" >> CONFIG_KEXEC=y >> CONFIG_AUTO_ZRELADDR=y >> # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set >> -- >> 1.8.0 >> > > -- Nicolas Ferre From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.ferre@atmel.com (Nicolas Ferre) Date: Thu, 24 Jan 2013 09:46:37 +0100 Subject: [PATCH 7/9] ARM: at91/at91_dt_defconfig: remove memory specification to cmdline In-Reply-To: <20130123102057.GJ7360@game.jcrosoft.org> References: <2e06e92c758b768baaacc061aafa7f710b74ea02.1358934163.git.nicolas.ferre@atmel.com> <20130123102057.GJ7360@game.jcrosoft.org> Message-ID: <5100F4ED.9000004@atmel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/23/2013 11:20 AM, Jean-Christophe PLAGNIOL-VILLARD : > On 10:48 Wed 23 Jan , Nicolas Ferre wrote: >> No need for this cmdline option as we are using DT. >> Moreover this defconfig is targeted to multiple SoC/boards: this option >> was nonsense. > just keep the console the rest is a nonsense too > > as on 9g45 the initrd will be at 0x7xxxxxxx Understood, but I prefer to keep a "root" option at least, so I keep it like this. > the console too but as the patch serie to support via DT is not yet mainline > we can keep it Ok for this. > > Best Regards, > J. >> >> Reported-by: Josh Wu >> Signed-off-by: Nicolas Ferre >> --- >> arch/arm/configs/at91_dt_defconfig | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig >> index b175577..a353ff6 100644 >> --- a/arch/arm/configs/at91_dt_defconfig >> +++ b/arch/arm/configs/at91_dt_defconfig >> @@ -31,7 +31,7 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 >> CONFIG_ZBOOT_ROM_BSS=0x0 >> CONFIG_ARM_APPENDED_DTB=y >> CONFIG_ARM_ATAG_DTB_COMPAT=y >> -CONFIG_CMDLINE="mem=128M console=ttyS0,115200 initrd=0x21100000,25165824 root=/dev/ram0 rw" >> +CONFIG_CMDLINE="console=ttyS0,115200 initrd=0x21100000,25165824 root=/dev/ram0 rw" >> CONFIG_KEXEC=y >> CONFIG_AUTO_ZRELADDR=y >> # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set >> -- >> 1.8.0 >> > > -- Nicolas Ferre