1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-09 04:04:58 +02:00
- 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;
if (!total_size)
return gd->ram_base + gd->ram_size;
return gd->ram_top;
/* found enough not-reserved memory to relocated U-Boot */
lmb_init(&lmb);