[PATCH v2 0/2] lmb: Fix reserving the same region multiple times
Tom Rini
trini at konsulko.com
Thu Dec 12 20:18:07 CET 2024
On Tue, 10 Dec 2024 20:17:00 -0600, Sam Protsenko wrote:
> This series is intended to be picked up for the v2025.01 release.
>
> Since commit 1d9aa4a283da ("lmb: Fix the allocation of overlapping
> memory areas with !LMB_NONE") the lmb_add_region_flags() returns -1 when
> the caller tries to add the already existing region with !LMB_NONE
> flags (it was returning 0 before that patch). That causes
> boot_fdt_reserve_region() function to print erroneous error messages
> when it's called consequently more than one time.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list