aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-10-09 18:42:29 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-10-09 18:42:29 +0530
commitc388cb020658699a512f3d1e13862460ef8ec8fe (patch)
treefe05bbc24ec4d486865bb8481a1f903bd6aaa5ad
parent82288d7aced5e0f43c85bc08340faf2f1ee2cebb (diff)
downloadboot-wrapper-aarch64-c388cb020658699a512f3d1e13862460ef8ec8fe.tar.gz
Revert "Makefile: build FVP base dtb"HEADmaster
This reverts commit db2d293a965d2466510bef5bcd99df1b0784a1ca.
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 307620f..5eec663 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ all: $(IMAGE)
clean:
rm -f $(IMAGE) boot.o model.lds fdt.dtb
-$(IMAGE): boot.o model.lds fdt.dtb fvp-base-gicv2-psci-android.dtb $(KERNEL) $(FILESYSTEM)
+$(IMAGE): boot.o model.lds fdt.dtb $(KERNEL) $(FILESYSTEM)
$(LD) -o $@ --script=model.lds
boot.o: $(BOOTLOADER) Makefile
@@ -77,8 +77,5 @@ fdt.dtb: $(FDT_DEPS) Makefile
@sed -e 's%/\* chosen \*/%$(CHOSEN_NODE)%' -e 's%$(strip $(FDT_INCL_REGEX))%\1$(dir $(FDT_SRC))\2\3%' $< | \
$(DTC) -O dtb -o $@ -
-fvp-base-gicv2-psci-android.dtb: fvp-base-gicv2-psci-android.dts
- $(DTC) -I dts -O dtb -o $@ $<
-
# The filesystem archive might not exist if INITRD is not being used
.PHONY: all clean $(FILESYSTEM)