From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/6] ARM: OMAP2+: Remove board-4430sdp.c Date: Sun, 14 Jul 2013 23:55:42 -0700 Message-ID: <20130715065542.GK7656@atomide.com> References: <20130517191304.468.73487.stgit@localhost> <20130517191751.468.89202.stgit@localhost> <20130520095447.GR21614@n2100.arm.linux.org.uk> <20130706131057.GU21614@n2100.arm.linux.org.uk> <20130706133627.GV21614@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]:14450 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753Ab3GOGzs (ORCPT ); Mon, 15 Jul 2013 02:55:48 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Olof Johansson Cc: Russell King - ARM Linux , "arm@kernel.org" , linux-omap , "linux-arm-kernel@lists.infradead.org" , Arnd Bergmann * Olof Johansson [130712 20:16]: > On Fri, Jul 12, 2013 at 7:31 PM, Olof Johansson wrote: > > > This is pretty painful, and I don't know if we want to rethink Arnd's > > patch since it will break existing defconfigs out there that rely on > > OMAP2PLUS enabling the socs instead of the other way around. Opinions? > > (replying to myself, I know, I know...) > > I think it's probably easiest to just select the OMAP{2,3,4} and > AM33XX options in multi_v7_defconfig just like Arnd did in the commit > that changed the dependencies for now. I've added a patch on top of > our current fixes branch to do so. Well should select only omap 3 and later for multi_v7_defconfig as omap2 is v6 :) > Note that you need to make corresponding changes to your seeds for > your build tests, Russell. Eventually we could have them all selected based on the core type, but I'd rather not do that until clocks and hwmod data come from DT. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Sun, 14 Jul 2013 23:55:42 -0700 Subject: [PATCH 1/6] ARM: OMAP2+: Remove board-4430sdp.c In-Reply-To: References: <20130517191304.468.73487.stgit@localhost> <20130517191751.468.89202.stgit@localhost> <20130520095447.GR21614@n2100.arm.linux.org.uk> <20130706131057.GU21614@n2100.arm.linux.org.uk> <20130706133627.GV21614@n2100.arm.linux.org.uk> Message-ID: <20130715065542.GK7656@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Olof Johansson [130712 20:16]: > On Fri, Jul 12, 2013 at 7:31 PM, Olof Johansson wrote: > > > This is pretty painful, and I don't know if we want to rethink Arnd's > > patch since it will break existing defconfigs out there that rely on > > OMAP2PLUS enabling the socs instead of the other way around. Opinions? > > (replying to myself, I know, I know...) > > I think it's probably easiest to just select the OMAP{2,3,4} and > AM33XX options in multi_v7_defconfig just like Arnd did in the commit > that changed the dependencies for now. I've added a patch on top of > our current fixes branch to do so. Well should select only omap 3 and later for multi_v7_defconfig as omap2 is v6 :) > Note that you need to make corresponding changes to your seeds for > your build tests, Russell. Eventually we could have them all selected based on the core type, but I'd rather not do that until clocks and hwmod data come from DT. Regards, Tony