summaryrefslogtreecommitdiff
path: root/arch/arm/configs/pangolin_defconfig
diff options
context:
space:
mode:
authorKlaus Goger <klaus.goger@theobroma-systems.com>2015-05-06 10:01:39 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2015-07-30 18:53:00 +0200
commitafd4213d812a09296c2b2f85c7261979caf401a6 (patch)
tree09bf43fdbcfca7c3db4da0ea7ff47779ace30c80 /arch/arm/configs/pangolin_defconfig
parent330c27cea999ed3f0ed84c688b7f5256a380a773 (diff)
ARM: sunxi: enable lzma in pangolin defconfig
switching from gzip to lzma reduces the uImage size about 1MB Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Diffstat (limited to 'arch/arm/configs/pangolin_defconfig')
-rw-r--r--arch/arm/configs/pangolin_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/pangolin_defconfig b/arch/arm/configs/pangolin_defconfig
index 3025fa95d3f9..929f6ae83542 100644
--- a/arch/arm/configs/pangolin_defconfig
+++ b/arch/arm/configs/pangolin_defconfig
@@ -35,8 +35,8 @@ CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
-CONFIG_KERNEL_GZIP=y
-# CONFIG_KERNEL_LZMA is not set
+# CONFIG_KERNEL_GZIP is not set
+CONFIG_KERNEL_LZMA=y
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set