stm32mp1: increase device tree size to 20kB
authorYann Gautier <[email protected]>
Fri, 19 Apr 2019 08:55:03 +0000 (10:55 +0200)
committerYann Gautier <[email protected]>
Mon, 17 Jun 2019 12:03:51 +0000 (14:03 +0200)
Change-Id: Idee966b6434aa038e54b6e7176749a7b65bdbe84
Signed-off-by: Yann Gautier <[email protected]>
plat/st/stm32mp1/stm32mp1_def.h

index 2ec9487674a2ed305b007e205903fe68d8ce56ce..94c4c5b38a1c4507459c8b569119174ed6deeb16 100644 (file)
@@ -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)