summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-30 14:17:40 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2017-10-12 17:11:05 +0200
commitf671a6cdece25ed58b527e53243bd37e7863f08d (patch)
tree0bfb492b14e7a9b9b6d83e101e133a2c7eeeee8b /configs
parentd84ca1a1a557f1c1e0ed6c568f57c42a889e2695 (diff)
downloadDistroKit-f671a6cdece25ed58b527e53243bd37e7863f08d.tar.gz
DistroKit-f671a6cdece25ed58b527e53243bd37e7863f08d.tar.xz
platform-v7a: kernel: lzo is a lot faster at boottime
On vexpress, this lowers the 2nd pass boot time from 38 s to 31 s. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> [add benchmark numbers to commit message] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/kernelconfig4
-rw-r--r--configs/platform-v7a/platformconfig6
2 files changed, 5 insertions, 5 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 515f7db..6bbe770 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -40,9 +40,9 @@ CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_GZIP is not set
-CONFIG_KERNEL_LZMA=y
+# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
-# CONFIG_KERNEL_LZO is not set
+CONFIG_KERNEL_LZO=y
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index ae1ddb6..fe05633 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -121,8 +121,8 @@ PTXCONF_KERNEL_IMAGE_Z=y
# PTXCONF_KERNEL_IMAGE_SIMPLE is not set
PTXCONF_KERNEL_IMAGE="zImage"
PTXCONF_KERNEL_DTC=y
-PTXCONF_KERNEL_XZ=y
-# PTXCONF_KERNEL_LZOP is not set
+# PTXCONF_KERNEL_XZ is not set
+PTXCONF_KERNEL_LZOP=y
# PTXCONF_KERNEL_OPENSSL is not set
#
@@ -284,5 +284,5 @@ PTXCONF_HOST_SYSTEM_BC=y
# PTXCONF_HOST_U_BOOT_TOOLS is not set
# PTXCONF_HOST_UTIL_LINUX_NG is not set
# PTXCONF_HOST_XL_TOOLS is not set
-PTXCONF_HOST_XZ=y
+# PTXCONF_HOST_XZ is not set
# PTXCONF_HOST_ZLIB is not set