All of lore.kernel.org
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: rockchip: Fix missing dtbs in Makefile
Date: Fri, 25 Jul 2014 16:08:48 +0200	[thread overview]
Message-ID: <6733241.HeFFY6HYNT@diego> (raw)
In-Reply-To: <1406295371-2517-1-git-send-email-daniel.lezcano@linaro.org>

Hi Daniel,

Am Freitag, 25. Juli 2014, 15:36:11 schrieb Daniel Lezcano:
> The dtb for rockchip are missing in the Makefile.
> 
> Add the missing ones.
> 
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

Doug Anderson posted yesterday a similar patch [0]
	"ARM: dts: Build dtbs for Rockchip boards"
which I've added already.


Heiko

[0] https://lkml.org/lkml/2014/7/24/652
> ---
>  arch/arm/boot/dts/Makefile |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index adb5ed9..fb7c589 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -445,6 +445,9 @@ dtb-$(CONFIG_MACH_DOVE) += dove-cm-a510.dtb \
>  	dove-d2plug.dtb \
>  	dove-d3plug.dtb \
>  	dove-dove-db.dtb
> +dtb-$(CONFIG_ARCH_ROCKCHIP) += \
> +	rk3288-evb-act8846.dtb \
> +	rk3288-evb-rk808.dtb
> 
>  targets += dtbs dtbs_install
>  targets += $(dtb-y)

  reply	other threads:[~2014-07-25 14:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-25 13:36 [PATCH] ARM: rockchip: Fix missing dtbs in Makefile Daniel Lezcano
2014-07-25 14:08 ` Heiko Stübner [this message]
2014-07-25 14:13   ` Daniel Lezcano

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=6733241.HeFFY6HYNT@diego \
    --to=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.