DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH v1 1/3] MIPS: kernel: use LZO compression
Date: Tue, 28 Apr 2020 23:03:48 +0200	[thread overview]
Message-ID: <20200428210348.uc77ggqorp7dmeze@pengutronix.de> (raw)
In-Reply-To: <20200428174749.16079-1-o.rempel@pengutronix.de>

On Tue, Apr 28, 2020 at 07:47:47PM +0200, Oleksij Rempel wrote:
> With LZO we need 1 second less of boot time.
> 
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  configs/platform-mips/kernelconfig             | 4 ++--
>  configs/platform-mips/kernelconfig-ar9331      | 4 ++--
>  configs/platform-mips/kernelconfig-ar9331.diff | 2 +-
>  configs/platform-mips/kernelconfig-malta       | 4 ++--
>  configs/platform-mips/kernelconfig-malta.diff  | 2 +-
>  5 files changed, 8 insertions(+), 8 deletions(-)

Applied to next

> diff --git a/configs/platform-mips/kernelconfig b/configs/platform-mips/kernelconfig
> index de6eee8..fe2371c 100644
> --- a/configs/platform-mips/kernelconfig
> +++ b/configs/platform-mips/kernelconfig
> @@ -35,8 +35,8 @@ CONFIG_HAVE_KERNEL_LZ4=y
>  # CONFIG_KERNEL_GZIP is not set
>  # CONFIG_KERNEL_BZIP2 is not set
>  # CONFIG_KERNEL_LZMA is not set
> -CONFIG_KERNEL_XZ=y
> -# CONFIG_KERNEL_LZO is not set
> +# CONFIG_KERNEL_XZ is not set
> +CONFIG_KERNEL_LZO=y
>  # CONFIG_KERNEL_LZ4 is not set
>  CONFIG_DEFAULT_HOSTNAME="(none)"
>  # CONFIG_SWAP is not set
> diff --git a/configs/platform-mips/kernelconfig-ar9331 b/configs/platform-mips/kernelconfig-ar9331
> index e4f763a..6f56139 100644
> --- a/configs/platform-mips/kernelconfig-ar9331
> +++ b/configs/platform-mips/kernelconfig-ar9331
> @@ -35,8 +35,8 @@ CONFIG_HAVE_KERNEL_LZ4=y
>  # CONFIG_KERNEL_GZIP is not set
>  # CONFIG_KERNEL_BZIP2 is not set
>  # CONFIG_KERNEL_LZMA is not set
> -CONFIG_KERNEL_XZ=y
> -# CONFIG_KERNEL_LZO is not set
> +# CONFIG_KERNEL_XZ is not set
> +CONFIG_KERNEL_LZO=y
>  # CONFIG_KERNEL_LZ4 is not set
>  CONFIG_DEFAULT_HOSTNAME="(none)"
>  # CONFIG_SWAP is not set
> diff --git a/configs/platform-mips/kernelconfig-ar9331.diff b/configs/platform-mips/kernelconfig-ar9331.diff
> index 633fd7f..77b21c7 100644
> --- a/configs/platform-mips/kernelconfig-ar9331.diff
> +++ b/configs/platform-mips/kernelconfig-ar9331.diff
> @@ -1,4 +1,4 @@
> -c3574396e522fd9ac33d1d4c2475ac18
> +230e86625b9c4aa9eba186c9ef927f4e
>  # CONFIG_ACORN_PARTITION is undefined
>  # CONFIG_AIX_PARTITION is undefined
>  # CONFIG_AMIGA_PARTITION is undefined
> diff --git a/configs/platform-mips/kernelconfig-malta b/configs/platform-mips/kernelconfig-malta
> index 2930fb9..513d992 100644
> --- a/configs/platform-mips/kernelconfig-malta
> +++ b/configs/platform-mips/kernelconfig-malta
> @@ -33,8 +33,8 @@ CONFIG_HAVE_KERNEL_LZ4=y
>  # CONFIG_KERNEL_GZIP is not set
>  # CONFIG_KERNEL_BZIP2 is not set
>  # CONFIG_KERNEL_LZMA is not set
> -CONFIG_KERNEL_XZ=y
> -# CONFIG_KERNEL_LZO is not set
> +# CONFIG_KERNEL_XZ is not set
> +CONFIG_KERNEL_LZO=y
>  # CONFIG_KERNEL_LZ4 is not set
>  CONFIG_DEFAULT_HOSTNAME="(none)"
>  # CONFIG_SWAP is not set
> diff --git a/configs/platform-mips/kernelconfig-malta.diff b/configs/platform-mips/kernelconfig-malta.diff
> index 44017bc..9c16047 100644
> --- a/configs/platform-mips/kernelconfig-malta.diff
> +++ b/configs/platform-mips/kernelconfig-malta.diff
> @@ -1,4 +1,4 @@
> -c3574396e522fd9ac33d1d4c2475ac18
> +230e86625b9c4aa9eba186c9ef927f4e
>  # CONFIG_8139CP is not set
>  # CONFIG_8139TOO is not set
>  # CONFIG_ACENIC is not set
> -- 
> 2.26.2
> 
> 
> _______________________________________________
> DistroKit mailing list
> DistroKit@pengutronix.de
> 

-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

      parent reply	other threads:[~2020-04-28 21:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28 17:47 Oleksij Rempel
2020-04-28 17:47 ` [DistroKit] [PATCH v1 2/3] MIPS: platform: make sure KERNEL_LZOP is enabled Oleksij Rempel
2020-04-28 21:04   ` Robert Schwebel
2020-04-28 17:47 ` [DistroKit] [PATCH v1 3/3] MIPS: kernel: malta: remove flash partition table Oleksij Rempel
2020-04-28 21:04   ` Robert Schwebel
2020-05-15  7:42   ` Ahmad Fatoum
2020-05-15  7:58     ` Oleksij Rempel
2020-04-28 21:03 ` Robert Schwebel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200428210348.uc77ggqorp7dmeze@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    --cc=o.rempel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox