commit | fd90b9c4f56eea07ca6df4d2cf843a280d2a3f1f | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Tue Apr 01 18:14:18 2025 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Apr 25 16:00:23 2025 +0200 |
tree | f3c14379711b3a1a3f9510e3111764fbe6caa241 | |
parent | caf3938bf0c4c9e48bb0cd42df5792f47ed86f05 [diff] |
arm: stm32mp: increase EARLY_TLB_SIZE to 0x10000 Depending on Soc (STM32MP25 vs STM32MP21), the memory map can be different and it generates a different TLB page table configuration/size. Increase EARLY_TLB_SIZE to 0x10000 to fix following error message and panic: "Insufficient RAM for page table: 0xb000 > 0xa000. Please increase the size in get_page_table_size()" Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>