- fix EFI boot with OP-TEE for STM32MP15 boards
This commit is contained in:
Tom Rini
2021-09-06 10:31:56 -04:00

View File

@@ -47,7 +47,7 @@ ulong board_get_usable_ram_top(ulong total_size)
struct lmb lmb; struct lmb lmb;
if (!total_size) if (!total_size)
return gd->ram_base + gd->ram_size; return gd->ram_top;
/* found enough not-reserved memory to relocated U-Boot */ /* found enough not-reserved memory to relocated U-Boot */
lmb_init(&lmb); lmb_init(&lmb);