commit | f9203e99203513e0ec39553b16eebc7ebca64d78 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri May 07 14:50:34 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 07 10:48:40 2021 -0400 |
tree | 4e0f600b3731b037d15c1d446a61818d9a1d4b1f | |
parent | 4a4992bf66595d34579e6b9f7dfcf997259e09bf [diff] |
stm32mp: Increase the reserved memory in board_get_usable_ram_top Add 8M for the U-Boot reserved memory (display, fdt, gd, ...) mapped cacheable before relocation. Without this patch the device tree, located before the MALLOC area is not tagged cacheable just after relocation, before mmu reconfiguration. This patch reduces the duration for device tree parsing in lmb_init_and_reserve. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>