From: Thomas Petazzoni Date: Tue, 17 Jul 2012 11:59:20 +0000 (+0200) Subject: arm: mvebu: generate DTBs for supported SoCs X-Git-Tag: firefly_0821_release~3680^2~2396^2~1^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a44fccbc18889676fa3f6b44319ca55b32646284;p=firefly-linux-kernel-4.4.55.git arm: mvebu: generate DTBs for supported SoCs 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 Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-mvebu/Makefile.boot b/arch/arm/mach-mvebu/Makefile.boot index b3271754e9fd..2579a2fc2334 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