Commit 0a016775 authored by Yann Gautier's avatar Yann Gautier
Browse files

stm32mp1: increase device tree size to 20kB



Change-Id: Idee966b6434aa038e54b6e7176749a7b65bdbe84
Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
parent f805594d
......@@ -111,7 +111,7 @@ enum ddr_type {
#endif
/* DTB initialization value */
#define STM32MP_DTB_SIZE U(0x00004000) /* 16Ko for DTB */
#define STM32MP_DTB_SIZE U(0x00005000) /* 20Ko for DTB */
#define STM32MP_DTB_BASE (STM32MP_BL2_BASE - \
STM32MP_DTB_SIZE)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment