From 2599253f0766de6c1323e0fc2d4d2eac575fb158 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Sat, 13 Feb 2016 19:30:30 +0800 Subject: [PATCH] flo: Compress the kernel with XZ The recovery image is too large when built with GCC 4.9. Switch to XZ compression to reduce the image size. Change-Id: I33e04f0daacc2bfac2212721921450f6a7927eb7 Signed-off-by: Zhao Wei Liew --- arch/arm/configs/cyanogenmod_flo_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/cyanogenmod_flo_defconfig b/arch/arm/configs/cyanogenmod_flo_defconfig index c9c8002956a1..66c525bfd343 100644 --- a/arch/arm/configs/cyanogenmod_flo_defconfig +++ b/arch/arm/configs/cyanogenmod_flo_defconfig @@ -1,6 +1,7 @@ # CONFIG_ARM_PATCH_PHYS_VIRT is not set CONFIG_EXPERIMENTAL=y CONFIG_LOCALVERSION="-cyanogenmod" +CONFIG_KERNEL_XZ=y # CONFIG_SWAP is not set CONFIG_AUDIT=y CONFIG_RCU_FAST_NO_HZ=y