From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 5 Sep 2011 03:31:35 -0700 Subject: testing-board branch: rebase to RMK's devel-stable? In-Reply-To: References: <87vcta7r9f.fsf@ti.com> Message-ID: <20110905103135.GF1903@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Nicolas Pitre [110902 11:25]: > On Fri, 2 Sep 2011, Nicolas Pitre wrote: > > > On Fri, 2 Sep 2011, Kevin Hilman wrote: > > > > > Hi Tony, > > > > > > Your testing-board branch currently has a couple new boards that are > > > missing the boot_params to atag_offset conversion (patch below.) > > > > > > There's a patch below to fix this, but maybe it's better to just rebase > > > your testing-board branch onto Russell's devel-stable branch (where he's > > > merged the seris from Nico) so any board stuff we add is sure to do it > > > correctly. > > > > I would suggest that too. > > Better yet, if your bootloader does pass the address of the ATAG list > via r2 already (contemporary u-Boot versions do) then the > boot_params/atag_offset entry is redundant and can simply be dropped > upfront. Yes we should be able to drop it then. Tony