This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 3fdfc702f38253b3aad048ec0c627d061cdce999 Author: wangmingrong1 <wangmingro...@xiaomi.com> AuthorDate: Fri Jun 27 20:36:13 2025 +0800 a527: Remove MTE enablement This product does not have MTE. MTE is only available for Arch or higher extensions of armv8-5+memory tags Signed-off-by: wangmingrong1 <wangmingro...@xiaomi.com> --- arch/arm64/src/a527/a527_boot.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm64/src/a527/a527_boot.c b/arch/arm64/src/a527/a527_boot.c index 64c0cb1f64..942db9bc82 100644 --- a/arch/arm64/src/a527/a527_boot.c +++ b/arch/arm64/src/a527/a527_boot.c @@ -238,10 +238,6 @@ void arm64_chip_boot(void) arm64_mmu_init(true); - /* Optional: Enable the Memory Tagging Extension */ - - arm64_enable_mte(); - #if defined(CONFIG_ARM64_PSCI) /* Init the Power State Coordination Interface */