obmc-bsp-common: Use xz instead of lzma for initrd
This is more confusing than anything, our squashfs is compressed with xz
(lzma2) and our kernel supports decompressing xz and lzma types of
initrds. Just use the same type of compression for all images.
Change-Id: I7b0f385d8fa9a3755ea21233f26c106337db5d11
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/conf/machine/include/obmc-bsp-common.inc b/conf/machine/include/obmc-bsp-common.inc
index 2026260..4bafeaf 100644
--- a/conf/machine/include/obmc-bsp-common.inc
+++ b/conf/machine/include/obmc-bsp-common.inc
@@ -10,7 +10,7 @@
'mtd-ubi mtd-ubi-tar', \
'mtd-static mtd-static-tar mtd-static-alltar', d)}"
-INITRAMFS_CTYPE ?= "lzma"
+INITRAMFS_CTYPE ?= "xz"
INITRAMFS_FSTYPES = "cpio.${INITRAMFS_CTYPE}"
INITRAMFS_IMAGE = "obmc-phosphor-initramfs"
INITRAMFS_IMAGE_df-obmc-ubi-fs = ""