public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: khilman@linaro•org (Kevin Hilman)
To: linux-arm-kernel@lists•infradead.org
Subject: [RESEND PATCH] ARM: mvebu: select dtbs from MACH_ARMADA_*
Date: Tue, 25 Feb 2014 11:05:04 -0800	[thread overview]
Message-ID: <7h1tyr2eu7.fsf@paris.lan> (raw)
In-Reply-To: <1393351902-19151-1-git-send-email-jason@lakedaemon.net> (Jason Cooper's message of "Tue, 25 Feb 2014 18:11:42 +0000")

Jason Cooper <jason@lakedaemon•net> writes:

> With kirkwood migrating into mach-mvebu, mvebu_v5_defconfig needs to
> select ARCH_MVEBU.  Unfortunately, this means that when building a v5
> kernel, we unnecessarily build dtbs for the armada v7 boards.
>
> To fix this, we instead select based on MACH_ARMADA_* on a per SoC basis.
>
> Reported-by: Kevin Hilman <khilman@linaro•org>
> Signed-off-by: Jason Cooper <jason@lakedaemon•net>
> ---
> Sorry, forgot to include Kevin in the To:
>
> If there are no complaints, I'll be applying this to mvebu/dt

For both:

Acked-by: Kevin Hilman <khilman@linaro•org>

>  arch/arm/boot/dts/Makefile | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 46c54a2dac71..1e6dbde1724e 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -142,13 +142,17 @@ dtb-$(CONFIG_ARCH_MOXART) += moxart-uc7112lx.dtb
>  dtb-$(CONFIG_ARCH_MSM) += qcom-msm8660-surf.dtb \
>  	qcom-msm8960-cdp.dtb \
>  	qcom-apq8074-dragonboard.dtb
> -dtb-$(CONFIG_ARCH_MVEBU) += armada-370-db.dtb \
> +dtb-$(CONFIG_MACH_ARMADA_370) += \
> +	armada-370-db.dtb \
>  	armada-370-mirabox.dtb \
>  	armada-370-netgear-rn102.dtb \
>  	armada-370-netgear-rn104.dtb \
> -	armada-370-rd.dtb \
> -	armada-375-db.dtb \
> -	armada-385-db.dtb \
> +	armada-370-rd.dtb
> +dtb-$(CONFIG_MACH_ARMADA_375) += \
> +	armada-375-db.dtb
> +dtb-$(CONFIG_MACH_ARMADA_38X) += \
> +	armada-385-db.dtb
> +dtb-$(CONFIG_MACH_ARMADA_XP) += \
>  	armada-xp-axpwifiap.dtb \
>  	armada-xp-db.dtb \
>  	armada-xp-gp.dtb \

  reply	other threads:[~2014-02-25 19:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25 17:56 [PATCH] ARM: mvebu: select dtbs from MACH_ARMADA_* Jason Cooper
2014-02-25 18:11 ` [RESEND PATCH] " Jason Cooper
2014-02-25 19:05   ` Kevin Hilman [this message]
2014-02-25 20:19 ` [PATCH] " Jason Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7h1tyr2eu7.fsf@paris.lan \
    --to=khilman@linaro$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox