From b319e304c8d394e44f45ca3ade9df0b3c880d1bd Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 7 Apr 2017 14:49:15 -0700 Subject: arm64: Remove Vexpress Foundation support This required us to both download the Foundation emulator but also build a boot wrapper. QEMU is now fully usable and is a much better replacement. Signed-off-by: Florian Fainelli --- target/linux/arm64/image/Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'target/linux/arm64/image/Makefile') diff --git a/target/linux/arm64/image/Makefile b/target/linux/arm64/image/Makefile index cc04b183fc..d52936808d 100644 --- a/target/linux/arm64/image/Makefile +++ b/target/linux/arm64/image/Makefile @@ -8,14 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk define Image/Prepare - -rm -rf $(KDIR)/linux-system.axf cp $(LINUX_DIR)/arch/$(LINUX_KARCH)/boot/Image $(KDIR)/Image - $(MAKE) -C boot-wrapper clean - $(MAKE) -C boot-wrapper compile -endef - -define Build/Clean - $(MAKE) -C boot-wrapper clean endef define Image/Build/QemuVirt @@ -25,13 +18,8 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),) endif endef -define Image/Build/VexpressFoundation - $(CP) $(KDIR)/linux-system.axf $(BIN_DIR)/$(IMG_PREFIX)-vexpress-foundation.axf -endef - define Image/BuildKernel $(call Image/Build/QemuVirt) - $(call Image/Build/VexpressFoundation) endef define Image/Build/squashfs -- cgit v1.2.3