diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2025-01-09 11:21:47 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2025-01-31 10:13:10 +0100 |
commit | 6b20aed7cfd88bdef3618a9548183c59091b1b69 (patch) | |
tree | b517cd261390626d0d537d458470549fbd59d303 /lib/efi_driver/efi_uclass.c | |
parent | 2a903b0141b99bb41756d01a0a1a5463e2c4f365 (diff) |
stm32mp: Fix board_get_usable_ram_top()
mmu_set_region_dcache_behaviour() parameters must be aligned
which is not always the case.
For example for STM32MP2, we stayed stuck inside
mmu_set_region_dcache_behaviour() in an infinite loop because
set_one_region() always return 0 due to start parameter which is
not aligned.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'lib/efi_driver/efi_uclass.c')
0 files changed, 0 insertions, 0 deletions