From a4948a98ffa915cd5db13a4e7a4595fc0cfba4da Mon Sep 17 00:00:00 2001 From: Martin Vajnar Date: Mon, 12 Feb 2018 18:15:20 +0100 Subject: [PATCH] Use gzip compressed RAMdisk --- build/xlnx_4.9/uboot-image.its | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/xlnx_4.9/uboot-image.its b/build/xlnx_4.9/uboot-image.its index 7facd2d..330e536 100644 --- a/build/xlnx_4.9/uboot-image.its +++ b/build/xlnx_4.9/uboot-image.its @@ -27,11 +27,11 @@ }; ramdisk@1 { description = "Buildroot ramdisk"; - data = /incbin/("../buildroot/images/rootfs.cpio"); + data = /incbin/("../buildroot/images/rootfs.cpio.gz"); type = "ramdisk"; arch = "arm"; os = "linux"; - compression = "none"; + compression = "gzip"; hash@1 { algo = "crc32"; }; -- 2.39.2