summaryrefslogtreecommitdiff
path: root/target/linux/zynq/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-07-28 14:19:16 +0200
committerJo-Philipp Wich <jo@mein.io>2016-10-05 01:18:02 +0200
commita1248daddfa89134822be2f1db02bd8548967e8a (patch)
treec259ed875d30df0d3f99d3ea9a7ce6a775283c9d /target/linux/zynq/Makefile
parent3c4858eeb2bbb3107f87bb3be07d5c172c8e0ef9 (diff)
downloadmtk-20170518-a1248daddfa89134822be2f1db02bd8548967e8a.zip
mtk-20170518-a1248daddfa89134822be2f1db02bd8548967e8a.tar.gz
mtk-20170518-a1248daddfa89134822be2f1db02bd8548967e8a.tar.bz2
zynq: convert to new image build code
Convert the Zynq target to use the new image build code in order to fix broken image generation after 9945a1dca5bb6bc522393f7583baf3a64df6ce11 changed the handling of CPIO images. Also remove the misapplied ubifs feature flag since the image generation is not using UBIFS for building FIT images. As part of the conversion, move the DTB building and the uImage ramdisk generation into separate build steps which can be generalized and shared with other targets, like APM821xx, in the long run. Also remove the legacy profile declarations and use new-style per-device profiles which will allow different package sets per image in the future. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/zynq/Makefile')
-rw-r--r--target/linux/zynq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile
index 6495c59..a84f968 100644
--- a/target/linux/zynq/Makefile
+++ b/target/linux/zynq/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/host.mk
ARCH:=arm
BOARD:=zynq
BOARDNAME:=Xilinx Zynq 7000 SoCs
-FEATURES:=fpu gpio rtc usb usbgadget targz ubifs
+FEATURES:=fpu gpio rtc usb usbgadget targz
CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=neon
MAINTAINER:=Jason Wu <jason.wu.misc@gamil.com>