aboutsummaryrefslogtreecommitdiff
path: root/plat/st/stm32mp1/stm32mp1_def.h
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2019-04-19 10:55:03 +0200
committerYann Gautier <yann.gautier@st.com>2019-06-17 14:03:51 +0200
commit0a016775ad068d53639b97441e884ddd074e220d (patch)
tree797c6ec5d924e7f605564e05b516cfd8de38661b /plat/st/stm32mp1/stm32mp1_def.h
parentf805594d39a7beb1920fbf0e1146ba96399e708b (diff)
downloadtrusted-firmware-a-0a016775ad068d53639b97441e884ddd074e220d.tar.gz
stm32mp1: increase device tree size to 20kB
Change-Id: Idee966b6434aa038e54b6e7176749a7b65bdbe84 Signed-off-by: Yann Gautier <yann.gautier@st.com>
Diffstat (limited to 'plat/st/stm32mp1/stm32mp1_def.h')
-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 2ec9487674..94c4c5b38a 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)