From: Sekhar Nori Date: Tue, 4 Sep 2012 14:26:28 +0000 (+0530) Subject: ARM: davinci: da850: generate dtbs for da850 boards X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3a373904b88a73445f7a78249cf60efabbf1a9f3;p=openwrt%2Fstaging%2Fblogic.git ARM: davinci: da850: generate dtbs for da850 boards This helps generating device tree blobs for DaVinci DA850 boards with command: 'make ARCH=arm dtbs'. Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/mach-davinci/Makefile.boot b/arch/arm/mach-davinci/Makefile.boot index 04a6c4e67b14..5c5a95a9d7d2 100644 --- a/arch/arm/mach-davinci/Makefile.boot +++ b/arch/arm/mach-davinci/Makefile.boot @@ -11,3 +11,5 @@ else params_phys-y := 0x80000100 initrd_phys-y := 0x80800000 endif + +dtb-$(CONFIG_MACH_DA8XX_DT) += da850-enbw-cmc.dtb da850-evm.dtb