From: "Marek Behún" <kabel@kernel.org>
To: "Pali Rohár" <pali@kernel.org>
Cc: Stefan Roese <sr@denx.de>, u-boot@lists.denx.de
Subject: Re: [PATCH] Makefile: Add missing CONFIG_BOARD_SIZE_LIMIT check for u-boot-spl.kwb
Date: Fri, 16 Sep 2022 18:02:19 +0200 [thread overview]
Message-ID: <20220916180219.726cd7e9@dellmb> (raw)
In-Reply-To: <20220914130614.14179-1-pali@kernel.org>
On Wed, 14 Sep 2022 15:06:14 +0200
Pali Rohár <pali@kernel.org> wrote:
> Currently CONFIG_BOARD_SIZE_LIMIT check is ignored for u-boot-spl.kwb
> target. Fix it by adding missing $(BOARD_SIZE_CHECK) macro.
>
> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
> Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Makefile b/Makefile
> index 65aca6e3e79b..3818107b2cbb 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1472,6 +1472,7 @@ endif
>
> u-boot-spl.kwb: u-boot.bin spl/u-boot-spl.bin FORCE
> $(call if_changed,mkimage)
> + $(BOARD_SIZE_CHECK)
>
> u-boot.sha1: u-boot.bin
> tools/ubsha1 u-boot.bin
Reviewed-by: Marek Behún <kabel@kernel.org>
next prev parent reply other threads:[~2022-09-16 16:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-14 13:06 [PATCH] Makefile: Add missing CONFIG_BOARD_SIZE_LIMIT check for u-boot-spl.kwb Pali Rohár
2022-09-16 16:02 ` Marek Behún [this message]
2022-09-19 7:02 ` Stefan Roese
2022-09-20 6:57 ` Stefan Roese
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=20220916180219.726cd7e9@dellmb \
--to=kabel@kernel.org \
--cc=pali@kernel.org \
--cc=sr@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox