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.

