arm: fix lmb region reservation when PRAM is defined
authorHolger Brunck <holger.brunck@hitachienergy.com>
Mon, 14 Jul 2025 11:16:51 +0000 (13:16 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 22 Jul 2025 17:29:31 +0000 (11:29 -0600)
commit01548afc43770020cfebecc4a62cfa0d8b05517e
tree90e6bc44a12a8fe015be0631b34532cffeb3ab1e
parent50ef42c94858b3fa60f88ce56b767c721955804c
arm: fix lmb region reservation when PRAM is defined

PRAM usage is not taken into account when reserving lmb for ARM
architecture, this means that predefined PRAM region is marked as
reserved by the architecture and cannot be used by other users.

Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
lib/lmb.c