diff --git a/Makefile b/Makefile index d1032f34..a86f5eca 100644 --- a/Makefile +++ b/Makefile @@ -349,7 +349,7 @@ $(build)/$(coreboot_dir)/initrd.cpio.xz: initrd.cpio xz \ --check=crc32 \ --lzma2=dict=1MiB \ - --extreme \ + -9 \ < "$<" \ > "$@" \ )