projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7477bd8
)
SPEAr6xx: Add compilation support for dtbs using 'make dtbs'
author
Viresh Kumar
<viresh.kumar@st.com>
Mon, 26 Mar 2012 04:36:57 +0000
(10:06 +0530)
committer
Arnd Bergmann
<arnd@arndb.de>
Sun, 22 Apr 2012 20:41:34 +0000
(22:41 +0200)
'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>
arch/arm/mach-spear6xx/Makefile.boot
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-spear6xx/Makefile.boot
b/arch/arm/mach-spear6xx/Makefile.boot
index 4674a4c221dbcf58f9bc1b43a9fa97a0977d9489..af493da37ab6f111643359320fd792bdfeb85876 100644
(file)
--- a/
arch/arm/mach-spear6xx/Makefile.boot
+++ b/
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