summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2020-06-16 19:19:28 +0300
committerPatrick Delaunay <patrick.delaunay@st.com>2020-07-07 17:01:23 +0300
commit42400228dce2c300cf1cde921f5f2750540ec8d9 (patch)
tree863a383aadc7f20812264e033339ad7f5b75ec41 /board
parent6072c220bd3f9097f92b5e9aa48584e948f7cecf (diff)
downloadu-boot-42400228dce2c300cf1cde921f5f2750540ec8d9.tar.xz
board: st: stm32mp1: increase teed partition
With TEE 3.7.0, the partition teed (OP-TEE pageable code and data) need to increase up to 512KB in NOR device. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'board')
-rw-r--r--board/st/common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/common/Kconfig b/board/st/common/Kconfig
index 015ba40939..750dbb6451 100644
--- a/board/st/common/Kconfig
+++ b/board/st/common/Kconfig
@@ -39,7 +39,7 @@ config MTDPARTS_NOR0_BOOT
config MTDPARTS_NOR0_TEE
string "mtd tee partitions for nor0"
- default "256k(teeh),256k(teed),256k(teex)"
+ default "256k(teeh),512k(teed),256k(teex)"
depends on SYS_MTDPARTS_RUNTIME && ARCH_STM32MP
help
This define the tee partitions added in mtparts dynamically