[PATCH v4 1/3] Image size checks: Use HAS_SIZE_LIMIT consistently
Philip Oberfichtner
pro at denx.de
Mon Nov 10 08:46:57 CET 2025
Hi Marek,
Thank you for the feedback!
On Sun, Nov 09, 2025 at 07:41:13PM +0100, Marek Vasut wrote:
[...]
> > diff --git a/Makefile b/Makefile
> > index 2402f9313d8..e68dce2c1d5 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -1109,19 +1109,19 @@ else
> > BOARD_SIZE_CHECK =
> > endif
> > -ifneq ($(CONFIG_SPL_SIZE_LIMIT),0x0)
> > +ifneq ($(CONFIG_SPL_SIZE_LIMIT),)
>
> Why does this check not use HAS_SPL_SIZE_LIMIT introduced below ?
You're right, that was nonesense. See v5.
More information about the U-Boot
mailing list