[PATCH] lmb: change the return code on lmb_alloc_addr()

Ilias Apalodimas ilias.apalodimas at linaro.org
Fri Mar 14 19:49:21 CET 2025


[...]

> > ret = lmb_alloc_addr(ram - 1, 1, LMB_NONE);
> > - ut_asserteq(ret, 0);
> > + ut_asserteq(ret, -1);
> > }
> >
> > lmb_pop(&store);
> > --
> > 2.47.2
>
> Tested-by: Ben Schneider <ben at bens.haus>

Thanks Ben.
Especially for the testing and the whole debugging saga

/Ilias


More information about the U-Boot mailing list