summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-02-03 10:35:42 +0100
committerStefan Agner <stefan.agner@toradex.com>2015-02-03 10:37:18 +0100
commit1106becd353f7286c49254d7fe40f171e6f2eace (patch)
treefc90990e99387b2f3c6af7af459b8d098429974a
parentb54af6232e47cc711328ac91fe338c9174831317 (diff)
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.
-rw-r--r--arch/arm/configs/colibri_vf_defconfig2
1 files changed, 1 insertions, 1 deletions
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