From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 7 Feb 2011 08:12:57 -0800 Subject: [RFC 3/5] ARM: P2V: make head.S use PLAT_PHYS_OFFSET In-Reply-To: References: <20110104202052.GE24935@n2100.arm.linux.org.uk> Message-ID: <20110207161257.GG20795@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Nicolas Pitre [110104 13:32]: > On Tue, 4 Jan 2011, Russell King - ARM Linux wrote: > > > head.S makes use of PHYS_OFFSET. When it becomes a variable, the > > assembler won't understand this. Switch it to use PLAT_PHYS_OFFSET > > for the time being, until this code is properly updated. > > > > Signed-off-by: Russell King > > Right... One thing at a time. > > Acked-by: Nicolas Pitre With the omap DEBUG_LL fix the version of this in the p2v branch works for omaps: Tested-by: Tony Lindgren