diff mbox

arm: mvebu: generate DTBs for supported SoCs

Message ID 1342526360-8417-1-git-send-email-thomas.petazzoni@free-electrons.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Petazzoni July 17, 2012, 11:59 a.m. UTC
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(+)

Comments

Arnd Bergmann July 17, 2012, 8:40 p.m. UTC | #1
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
diff mbox

Patch

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