All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@nxp.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	"trini@konsulko.com" <trini@konsulko.com>
Subject: RE: [PATCH] boot: image-pre-load: drop unused CONFIG_SYS_BOOTM_LEN
Date: Fri, 3 Jun 2022 06:44:56 +0000	[thread overview]
Message-ID: <DU0PR04MB94170435BE46B6C3F581805B88A19@DU0PR04MB9417.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20220507132306.10165-1-peng.fan@oss.nxp.com>

Tom,

> Subject: [PATCH] boot: image-pre-load: drop unused CONFIG_SYS_BOOTM_LEN

You gave an R-b, but still not pick this up?

Thanks,
Peng.

> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> CONFIG_SYS_BOOTM_LEN is not used in this file, drop it.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  boot/image-pre-load.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/boot/image-pre-load.c b/boot/image-pre-load.c index
> 78d89069a98..5ab9ae18746 100644
> --- a/boot/image-pre-load.c
> +++ b/boot/image-pre-load.c
> @@ -23,11 +23,6 @@ DECLARE_GLOBAL_DATA_PTR;
>  #define IMAGE_PRE_LOAD_PROP_PUBLIC_KEY		"public-key"
>  #define IMAGE_PRE_LOAD_PROP_MANDATORY		"mandatory"
> 
> -#ifndef CONFIG_SYS_BOOTM_LEN
> -/* use 8MByte as default max gunzip size */
> -#define CONFIG_SYS_BOOTM_LEN	0x800000
> -#endif
> -
>  /*
>   * Information in the device-tree about the signature in the header
>   */
> --
> 2.36.0


  parent reply	other threads:[~2022-06-03  6:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-07 13:23 [PATCH] boot: image-pre-load: drop unused CONFIG_SYS_BOOTM_LEN Peng Fan (OSS)
2022-05-08 15:30 ` Tom Rini
2022-06-03  6:44 ` Peng Fan [this message]
2022-06-03 13:21   ` Tom Rini
2022-06-07 16:45 ` Tom Rini

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=DU0PR04MB94170435BE46B6C3F581805B88A19@DU0PR04MB9417.eurprd04.prod.outlook.com \
    --to=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.