summaryrefslogtreecommitdiff
path: root/plat/st
diff options
context:
space:
mode:
Diffstat (limited to 'plat/st')
-rw-r--r--plat/st/stm32mp1/stm32mp1_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/st/stm32mp1/stm32mp1_def.h b/plat/st/stm32mp1/stm32mp1_def.h
index 2ec94876..94c4c5b3 100644
--- a/plat/st/stm32mp1/stm32mp1_def.h
+++ b/plat/st/stm32mp1/stm32mp1_def.h
@@ -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)