All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: mvebu: generate DTBs for supported SoCs
@ 2012-07-17 11:59 Thomas Petazzoni
  2012-07-17 20:40 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2012-07-17 11:59 UTC (permalink / raw)
  To: linux-arm-kernel

Add the necessary dtb-$(CONFIG_...) entries so that "make dtbs"
generates the Device Tree Blobs that correspond to the selected mvebu
SoCs.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/arm/mach-mvebu/Makefile.boot |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-mvebu/Makefile.boot b/arch/arm/mach-mvebu/Makefile.boot
index b327175..2579a2f 100644
--- a/arch/arm/mach-mvebu/Makefile.boot
+++ b/arch/arm/mach-mvebu/Makefile.boot
@@ -1 +1,3 @@
 zreladdr-y := 0x00008000
+dtb-$(CONFIG_MACH_ARMADA_370_XP) += armada-370-db.dtb
+dtb-$(CONFIG_MACH_ARMADA_370_XP) += armada-xp-db.dtb
-- 
1.7.9.5

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

* [PATCH] arm: mvebu: generate DTBs for supported SoCs
  2012-07-17 11:59 [PATCH] arm: mvebu: generate DTBs for supported SoCs Thomas Petazzoni
@ 2012-07-17 20:40 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2012-07-17 20:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 17 July 2012, Thomas Petazzoni wrote:
> Add the necessary dtb-$(CONFIG_...) entries so that "make dtbs"
> generates the Device Tree Blobs that correspond to the selected mvebu
> SoCs.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Applied to next/newsoc branch.

	Arnd

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

end of thread, other threads:[~2012-07-17 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-17 11:59 [PATCH] arm: mvebu: generate DTBs for supported SoCs Thomas Petazzoni
2012-07-17 20:40 ` Arnd Bergmann

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.