rootfs support read/write

This commit is contained in:
Huang Xin 2022-06-19 07:36:51 -07:00
parent ead711e571
commit 40835d83e5
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ VERIFIED_KEY = "verified_key_doctor"
MTEE_KEY = "mtee_key"
FORCE_DISABLE_DM_VERITY = "yes"
FORCE_DISABLE_TEE_ENCRYPTION = "yes"
ENABLE_MTD_VERITY = "yes"
ENABLE_MTD_VERITY = "no"
# Trustzone
TZ_PROJECT = "aud8516"

View File

@ -146,7 +146,7 @@ CONFIG_MTD48=y
CONFIG_MTD_NAND=y
CONFIG_MTD_NAND_MTK=y
CONFIG_MTD_UBI=y
CONFIG_MTD_VERITY=y
CONFIG_MTD_VERITY=n
CONFIG_ZRAM=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_MEDIATEK_SOLUTION=y