From mboxrd@z Thu Jan 1 00:00:00 1970 From: plagnioj@jcrosoft.com (Jean-Christophe PLAGNIOL-VILLARD) Date: Wed, 23 Jan 2013 13:42:00 +0100 Subject: [PATCH 7/9] ARM: at91/at91_dt_defconfig: remove memory specification to cmdline In-Reply-To: <50FFCC92.2080906@atmel.com> References: <2e06e92c758b768baaacc061aafa7f710b74ea02.1358934163.git.nicolas.ferre@atmel.com> <20130123102057.GJ7360@game.jcrosoft.org> <50FFCC92.2080906@atmel.com> Message-ID: <20130123124200.GK7360@game.jcrosoft.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12:42 Wed 23 Jan , Nicolas Ferre wrote: > 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 > > BTW, how do you mix 9g45 with other sam9's in this defconfig: it is not > possible due to this difference in address rage, it not it? > > In this case, should we remove the > CONFIG_SOC_AT91SAM9G45=y > from this at91_dt_defconfig? no you just need to boot the zImage from barebox barebox handle automaticaly where the kernel is supposed to run and the kernel found his running/decompressing address at runtime too Best Regards, J.