From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 14 Jan 2015 09:19:09 -0800 Subject: [PATCH 1/7] ARM: OMAP2+: Remove unused ti81xx platform init code In-Reply-To: <20150114011951.GD18523@saruman> References: <1421190837-4692-1-git-send-email-tony@atomide.com> <1421190837-4692-2-git-send-email-tony@atomide.com> <20150114011951.GD18523@saruman> Message-ID: <20150114171909.GM2419@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Felipe Balbi [150113 17:23]: > On Tue, Jan 13, 2015 at 03:13:51PM -0800, Tony Lindgren wrote: > > The support for 81xx was never working in mainline, and it > > will be only supported in device tree mode. Let's remove all > > the remaining 81xx related platform code. > > you should probably also mention here that you're dropping unnecessary > non-DT AM33xx support since that has never booted on legacy mode. > > Other than that > > Reviewed-by: Felipe Balbi Thanks, the 81xx legacy booting support already got removed, these are just left overs I noticed. I've updated the description with the following: The support for 81xx was never working in mainline, and the broken legacy booting support has been removed. There are patches coming to make 81xx boot with device tree, and for that we won't need any of this legacy platform code, so let's just remove it. Regards, Tony