commit | 5053e935d9cab24009a53d05c80f2b97d6882cf7 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@mailbox.org> | Mon May 12 18:44:04 2025 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Jun 11 09:42:55 2025 +0200 |
tree | c95d37269d26783c3fd48246e88a4e5c2c5b74e2 | |
parent | e171b6438631404867946ab08a0ffba1e214cb36 [diff] |
ARM: stm32: Fix SYSRAM size on STM32MP13xx The STM32MP13xx has only 128 kiB of SYSRAM starting at address 0x2ffe0000 . The STM32MP15xx has 256 kiB of SYSRAM starting at address 0x2ffc0000 . Make sure both SoCs configure ARMV7_SECURE_BASE correctly . Define the SYSRAM base in stm32.h to be consistent with the STM32MP15xx macro. Signed-off-by: Marek Vasut <marek.vasut@mailbox.org> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>