From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 3 Oct 2011 11:21:25 -0700 Subject: [PATCH 24/30] ARM: omap2+: ensure that one of omap2/3/4 is selected In-Reply-To: <4E89462D.7010208@ti.com> References: <1317566760-25681-1-git-send-email-arnd@arndb.de> <1317566760-25681-25-git-send-email-arnd@arndb.de> <4E89462D.7010208@ti.com> Message-ID: <20111003182124.GA6324@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Santosh Shilimkar [111002 21:46]: > On Sunday 02 October 2011 08:15 PM, Arnd Bergmann wrote: > > Random configurations can fail if none of the omap families > > in mach-omap2 is selected. This patch automatically selects > > omap2 if the user has not made any other choice. > > > > Signed-off-by: Arnd Bergmann > > --- > > OMAP4 would have been a better default but am fine with > OMAP2 too. > > Acked-by: Santosh Shilimkar Hmm yeah then that would mean constant patching for the latest omap.. So OMAP2 here makes the fastest build and avoids having to update it on regular basis. Acked-by: Tony Lindgren