ARM: msm: Add msm8660-surf.dts to Makefile.boot
Add this entry to the Makefile so that we can build the dtb automatically with 'make dtbs'. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: David Brown <davidb@codeaurora.org>
This commit is contained in:
parent
63c86c9501
commit
e8ea1ea90b
|
@ -1,3 +1,5 @@
|
|||
zreladdr-y += 0x10008000
|
||||
params_phys-y := 0x10000100
|
||||
initrd_phys-y := 0x10800000
|
||||
|
||||
dtb-$(CONFIG_ARCH_MSM8X60) += msm8660-surf.dtb
|
||||
|
|
Loading…
Reference in New Issue