From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [RFC 2/5] ARM: P2V: avoid initializers and assembly using PHYS_OFFSET Date: Mon, 7 Feb 2011 07:59:16 -0800 Message-ID: <20110207155916.GF20795@atomide.com> References: <20110104202052.GE24935@n2100.arm.linux.org.uk> <20110106085145.GB26617@pengutronix.de> <20110106090855.GR8638@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:59919 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753764Ab1BGQAF (ORCPT ); Mon, 7 Feb 2011 11:00:05 -0500 Content-Disposition: inline In-Reply-To: <20110106090855.GR8638@n2100.arm.linux.org.uk> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Russell King - ARM Linux Cc: Sascha Hauer , Daniel Walker , Eric Miao , Nicolas Pitre , linux-arm-msm@vger.kernel.org, "Hans J. Koch" , Amit Kucheria , Bryan Huntsman , linux-samsung-soc@vger.kernel.org, Sascha Hauer , Kukjin Kim , David Brown , linux-arm-kernel@lists.infradead.org * Russell King - ARM Linux [110106 01:16]: > On Thu, Jan 06, 2011 at 09:51:45AM +0100, Sascha Hauer wrote: > > As Russell noted this conflicts with the current i.MX branch. In current > > i.MX branch we have: > > > > - .boot_params = PHYS_OFFSET + 0x100, > > + .boot_params = MX51_PHYS_OFFSET + 0x100, > > > > PLAT_PHYS_OFFSET should be defined to MX51_PHYS_OFFSET, so it shouldn't > > matter which solution to the conflict we choose. > > I've actually dropped my modifications to this files as your change > to them makes more sense longer term. Acked-by: Tony Lindgren From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 7 Feb 2011 07:59:16 -0800 Subject: [RFC 2/5] ARM: P2V: avoid initializers and assembly using PHYS_OFFSET In-Reply-To: <20110106090855.GR8638@n2100.arm.linux.org.uk> References: <20110104202052.GE24935@n2100.arm.linux.org.uk> <20110106085145.GB26617@pengutronix.de> <20110106090855.GR8638@n2100.arm.linux.org.uk> Message-ID: <20110207155916.GF20795@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Russell King - ARM Linux [110106 01:16]: > On Thu, Jan 06, 2011 at 09:51:45AM +0100, Sascha Hauer wrote: > > As Russell noted this conflicts with the current i.MX branch. In current > > i.MX branch we have: > > > > - .boot_params = PHYS_OFFSET + 0x100, > > + .boot_params = MX51_PHYS_OFFSET + 0x100, > > > > PLAT_PHYS_OFFSET should be defined to MX51_PHYS_OFFSET, so it shouldn't > > matter which solution to the conflict we choose. > > I've actually dropped my modifications to this files as your change > to them makes more sense longer term. Acked-by: Tony Lindgren