Browse Source

SPEAr6xx: Add compilation support for dtbs using 'make dtbs'

'make dtbs' compiles all dtbs for a family. For this we need to add entries for
all board dtb's in Makefile.boot file. This patch does it.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Viresh Kumar 13 years ago
parent
commit
a3a4513b69
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-spear6xx/Makefile.boot

+ 2 - 0
arch/arm/mach-spear6xx/Makefile.boot

@@ -1,3 +1,5 @@
 zreladdr-y	+= 0x00008000
 params_phys-y	:= 0x00000100
 initrd_phys-y	:= 0x00800000
+
+dtb-$(CONFIG_BOARD_SPEAR600_DT)	+= spear600-evb.dtb