From f671a6cdece25ed58b527e53243bd37e7863f08d Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 30 Sep 2017 14:17:40 +0200 Subject: 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 [add benchmark numbers to commit message] Signed-off-by: Robert Schwebel --- configs/platform-v7a/kernelconfig | 4 ++-- configs/platform-v7a/platformconfig | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'configs') 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 -- cgit v1.2.3