Skip to content

Commit

Permalink
SPEAr6xx: Add compilation support for dtbs using 'make dtbs'
Browse files Browse the repository at this point in the history
'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>
  • Loading branch information
Viresh Kumar authored and Arnd Bergmann committed Apr 22, 2012
1 parent 7477bd8 commit a3a4513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-spear6xx/Makefile.boot
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
zreladdr-y += 0x00008000
params_phys-y := 0x00000100
initrd_phys-y := 0x00800000

dtb-$(CONFIG_BOARD_SPEAR600_DT) += spear600-evb.dtb

0 comments on commit a3a4513

Please sign in to comment.