Skip to content

Commit

Permalink
arm: mvebu: generate DTBs for supported SoCs
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Thomas Petazzoni authored and Arnd Bergmann committed Jul 17, 2012
1 parent f3e16cc commit a44fccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-mvebu/Makefile.boot
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a44fccb

Please sign in to comment.