From: daniel.lezcano@linaro.org (Daniel Lezcano)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: rockchip: Fix missing dtbs in Makefile
Date: Fri, 25 Jul 2014 16:13:22 +0200 [thread overview]
Message-ID: <53D26602.4060103@linaro.org> (raw)
In-Reply-To: <6733241.HeFFY6HYNT@diego>
On 07/25/2014 04:08 PM, Heiko St?bner wrote:
> 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.
ah, ok. I missed it.
Thanks
-- Daniel
> [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)
>
--
<http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
prev parent reply other threads:[~2014-07-25 14:13 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
2014-07-25 14:13 ` Daniel Lezcano [this message]
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=53D26602.4060103@linaro.org \
--to=daniel.lezcano@linaro.org \
--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.