From 1106becd353f7286c49254d7fe40f171e6f2eace Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 3 Feb 2015 10:35:42 +0100 Subject: ARM: colibri_vf: readd gzip support for defconfig When compiling the kernel on a machine without LZO or LZ4 support, the minimal initramfs compiled into the kernel will be GZIP. But, without GZIP support built-in, such a kernel fails to boot. On Vybrid the tty is initialized after the initramfs unpack. Hence, such a kernel even does not show any output. Stay on the safe side and enable GZIP by default again. --- arch/arm/configs/colibri_vf_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/colibri_vf_defconfig b/arch/arm/configs/colibri_vf_defconfig index af36561b5f9d..e9fc6739ea02 100644 --- a/arch/arm/configs/colibri_vf_defconfig +++ b/arch/arm/configs/colibri_vf_defconfig @@ -7,7 +7,7 @@ CONFIG_LOG_BUF_SHIFT=18 CONFIG_CGROUPS=y CONFIG_RELAY=y CONFIG_BLK_DEV_INITRD=y -# CONFIG_RD_GZIP is not set +CONFIG_RD_GZIP=y CONFIG_RD_LZO=y CONFIG_RD_LZ4=y CONFIG_KALLSYMS_ALL=y -- cgit v1.2.3