From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755407AbcBHWH5 (ORCPT ); Mon, 8 Feb 2016 17:07:57 -0500 Received: from mail-pa0-f52.google.com ([209.85.220.52]:36060 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756715AbcBHWFR (ORCPT ); Mon, 8 Feb 2016 17:05:17 -0500 Date: Mon, 8 Feb 2016 13:36:21 -0800 From: Olof Johansson To: Tony Lindgren Cc: Michal Simek , Masahiro Yamada , arm@kernel.org, Gregory Clement , Haojian Zhuang , Eric Miao , Linus Walleij , Jason Cooper , Barry Song , Shiraz Hashim , Krzysztof Halasa , Viresh Kumar , S??ren Brinkmann , Krzysztof Kozlowski , Kukjin Kim , spear-devel@list.st.com, Sebastian Hesselbarth , Andrew Lunn , Russell King , linux-samsung-soc@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Santosh Shilimkar Subject: Re: [PATCH] ARM: drop unused Makefile.boot of Multiplatform SoCs Message-ID: <20160208213621.GD25468@localhost> References: <1454693808-13081-1-git-send-email-yamada.masahiro@socionext.com> <56B4E2B0.8060808@xilinx.com> <20160208200324.GY19432@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160208200324.GY19432@atomide.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 08, 2016 at 12:03:24PM -0800, Tony Lindgren wrote: > * Michal Simek [160205 09:59]: > > On 5.2.2016 18:36, Masahiro Yamada wrote: > > > The variable "MACHINE" is empty if CONFIG_ARCH_MULTIPLATFORM=y, > > > so these Makefile.boot files are never included. > > > > > > Signed-off-by: Masahiro Yamada > > > --- > > > > > > arch/arm/mach-cns3xxx/Makefile.boot | 3 --- > > > arch/arm/mach-exynos/Makefile.boot | 2 -- > > > arch/arm/mach-integrator/Makefile.boot | 4 ---- > > > arch/arm/mach-keystone/Makefile.boot | 1 - > > > arch/arm/mach-mmp/Makefile.boot | 1 - > > > arch/arm/mach-mv78xx0/Makefile.boot | 3 --- > > > arch/arm/mach-nspire/Makefile.boot | 0 > > > arch/arm/mach-omap2/Makefile.boot | 3 --- > > > arch/arm/mach-orion5x/Makefile.boot | 3 --- > > > arch/arm/mach-prima2/Makefile.boot | 3 --- > > > arch/arm/mach-realview/Makefile.boot | 9 --------- > > > arch/arm/mach-s3c64xx/Makefile.boot | 2 -- > > > arch/arm/mach-spear/Makefile.boot | 3 --- > > > arch/arm/mach-u300/Makefile.boot | 4 ---- > > > arch/arm/mach-ux500/Makefile.boot | 3 --- > > > arch/arm/mach-zynq/Makefile.boot | 3 --- > > > > Acked-by: Michal Simek (for Zynq) > > I doubt anybody wants to go back to disabling MULTIPLATFORM: > > Acked-by: Tony Lindgren Agreed. I've applied to next/cleanup now. -Olof