|
@@ -15,8 +15,6 @@ ifneq ($(MACHINE),)
|
|
|
include $(srctree)/$(MACHINE)/Makefile.boot
|
|
|
endif
|
|
|
|
|
|
-include $(srctree)/arch/arm/boot/dts/Makefile
|
|
|
-
|
|
|
# Note: the following conditions must always be true:
|
|
|
# ZRELADDR == virt_to_phys(PAGE_OFFSET + TEXT_OFFSET)
|
|
|
# PARAMS_PHYS must be within 4MB of ZRELADDR
|
|
@@ -59,16 +57,6 @@ $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
|
|
|
|
|
|
endif
|
|
|
|
|
|
-targets += $(dtb-y)
|
|
|
-
|
|
|
-# Rule to build device tree blobs
|
|
|
-$(obj)/%.dtb: $(src)/dts/%.dts FORCE
|
|
|
- $(call if_changed_dep,dtc)
|
|
|
-
|
|
|
-$(obj)/dtbs: $(addprefix $(obj)/, $(dtb-y))
|
|
|
-
|
|
|
-clean-files := *.dtb
|
|
|
-
|
|
|
ifneq ($(LOADADDR),)
|
|
|
UIMAGE_LOADADDR=$(LOADADDR)
|
|
|
else
|