]> rtime.felk.cvut.cz Git - zynq/linux-build.git/commitdiff
Use gzip compressed RAMdisk
authorMartin Vajnar <martin.vajnar@cvut.cz>
Mon, 12 Feb 2018 17:15:20 +0000 (18:15 +0100)
committerMartin Vajnar <martin.vajnar@cvut.cz>
Mon, 12 Feb 2018 17:15:20 +0000 (18:15 +0100)
build/xlnx_4.9/uboot-image.its

index 7facd2dfa4680709256221355250cec2fa293083..330e536136d8a806fd626c61dcabf2755fd89bc2 100644 (file)
                };
                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";
                        };