Commits
Ran Wang committed c92d854e367
arm64: lsdk.config: set CONFIG_SQUASHFS_XZ=y When user use squashfs image which has enabled XZ, kenrel need to also enable this feature, otherwise will encoutner below error when boot: squashfs: SQUASHFS error: Filesystem uses "xz" compression.. This is not supported This feature is needed by some standard Ubuntu tools like snap or initramfs. So enable it in LSDK kernel by default. Signed-off-by: Ran Wang <ran.wang_1@nxp.com>