summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran.Wang <elven.wang@nxp.com>2018-05-31 14:55:29 +0800
committerHaoran.Wang <elven.wang@nxp.com>2018-05-31 14:55:29 +0800
commit67fc62390fa2d9bd6605afc0fb64035e59894519 (patch)
treef150b8592b599bb3f56f97b0e6d2dca4c2345caa
parent0a94f998ebd3d2a39b5d5d0dde3e70d87640bea2 (diff)
downloadimx7d-67fc62390fa2d9bd6605afc0fb64035e59894519.tar.gz
[project][imx7d] Enlarge RPMB size for imx7d
Enlarge RPMB block size to 1024. This patch fixed AVB service cannot handle ATX rollback_index issue. Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
-rw-r--r--project/imx7d-inc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/imx7d-inc.mk b/project/imx7d-inc.mk
index dc27783..a40170f 100644
--- a/project/imx7d-inc.mk
+++ b/project/imx7d-inc.mk
@@ -42,8 +42,8 @@ GLOBAL_DEFINES += HEAP_GROW_SIZE=0x400000
# limit physical memory to 38 bit to prevert tt_trampiline from getting larger than arm64_kernel_translation_table
GLOBAL_DEFINES += MMU_IDENT_SIZE_SHIFT=38
-# Set max RPMB block to 256 means it will get 256*512=128KB space to store critical information.
-GLOBAL_DEFINES += APP_STORAGE_RPMB_BLOCK_COUNT=256
+# Set max RPMB block to 1024 means it will get 1024*512=512KB space to store critical information.
+GLOBAL_DEFINES += APP_STORAGE_RPMB_BLOCK_COUNT=1024
GLOBAL_DEFINES += \
WITH_LIB_SM_MONITOR=1