aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleozwang <leozwang@google.com>2016-01-04 21:40:43 -0800
committerleozwang <leozwang@google.com>2016-01-04 21:40:43 -0800
commitfba10f69432dbcc9150412e54f56baa00d94048f (patch)
tree10899243b39873a92a393c861130ed49a99cdbdd
parent5d37181ae0be23d15c9c32c0f481c8f2de249d2b (diff)
downloadfreescale-fba10f69432dbcc9150412e54f56baa00d94048f.tar.gz
Enable GZIP, disable LZO for compressing.
Bug: 26388044 Change-Id: I12122cceb832ccb36dde261384a4618118860005
-rw-r--r--arch/arm/configs/imx_v7_android_defconfig2
-rw-r--r--arch/arm/configs/picosom-imx6ul_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/imx_v7_android_defconfig b/arch/arm/configs/imx_v7_android_defconfig
index e1d918a3817..449e3b6cc2c 100644
--- a/arch/arm/configs/imx_v7_android_defconfig
+++ b/arch/arm/configs/imx_v7_android_defconfig
@@ -1,4 +1,4 @@
-CONFIG_KERNEL_LZO=y
+CONFIG_KERNEL_GZIP=y
CONFIG_SYSVIPC=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
diff --git a/arch/arm/configs/picosom-imx6ul_defconfig b/arch/arm/configs/picosom-imx6ul_defconfig
index c7e5af091be..5d24a106f66 100644
--- a/arch/arm/configs/picosom-imx6ul_defconfig
+++ b/arch/arm/configs/picosom-imx6ul_defconfig
@@ -1,5 +1,5 @@
# CONFIG_LOCALVERSION_AUTO is not set
-CONFIG_KERNEL_LZO=y
+CONFIG_KERNEL_GZIP=y
CONFIG_DEFAULT_HOSTNAME="pico-imx6ul"
# CONFIG_SWAP is not set
CONFIG_SYSVIPC=y