All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: rockchip: Fix missing dtbs in Makefile
@ 2014-07-25 13:36 Daniel Lezcano
  2014-07-25 14:08 ` Heiko Stübner
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Lezcano @ 2014-07-25 13:36 UTC (permalink / raw)
  To: linux-arm-kernel

The dtb for rockchip are missing in the Makefile.

Add the missing ones.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 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)
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] ARM: rockchip: Fix missing dtbs in Makefile
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Stübner @ 2014-07-25 14:08 UTC (permalink / raw)
  To: linux-arm-kernel

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] ARM: rockchip: Fix missing dtbs in Makefile
  2014-07-25 14:08 ` Heiko Stübner
@ 2014-07-25 14:13   ` Daniel Lezcano
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Lezcano @ 2014-07-25 14:13 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-25 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.