From dfac3ffd07f5a99b1605aec5a6b24f389a1a8827 Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Sun, 13 May 2018 14:05:38 -0400 Subject: zynq: reworked image creation process After commit a1248da (zynq: convert to new image build code), all boards, became unbootable, entering into a boot loop. Replace the compressed kernel zImage by an uncompressed Image, which is compressed after with gzip. Also, enable the creation of an initramfs image by default. Change images' filename to match the compatible string from the respective .dts file (_). Also, use the shared mkits.sh script and remove the target specific one. Fixes: FS#1204 Run-tested: ZedBoard Signed-off-by: Luis Araneda --- target/linux/zynq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/zynq/Makefile') diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index 35598441fc..a8bbefccc7 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=zynq BOARDNAME:=Xilinx Zynq 7000 SoCs -FEATURES:=fpu gpio rtc usb usbgadget targz source-only +FEATURES:=fpu gpio rtc usb usbgadget ramdisk targz source-only CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=neon MAINTAINER:=Jason Wu @@ -24,7 +24,7 @@ KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -KERNELNAME:=zImage dtbs +KERNELNAME:=Image dtbs DEFAULT_PACKAGES += uboot-envtools -- cgit v1.2.3