mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00
feat(stm32mp13-fdts): use STM32MP_DDR_S_SIZE in fw-config
Align with STM32MP15 file, use the macro STM32MP_DDR_S_SIZE, instead of an hard-coded value. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Ib31bed1ffe89ff221fab1884a2db729ce1e21846
This commit is contained in:
parent
4c07deb53e
commit
936f29f6b5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#endif
|
||||
|
||||
#define DDR_NS_BASE STM32MP_DDR_BASE
|
||||
#define DDR_SEC_SIZE 0x02000000
|
||||
#define DDR_SEC_SIZE STM32MP_DDR_S_SIZE
|
||||
#define DDR_SEC_BASE (STM32MP_DDR_BASE + (DDR_SIZE - DDR_SEC_SIZE))
|
||||
#define DDR_NS_SIZE (DDR_SEC_BASE - DDR_NS_BASE)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue