From 3fdfc702f38253b3aad048ec0c627d061cdce999 Mon Sep 17 00:00:00 2001 From: wangmingrong1 Date: Fri, 27 Jun 2025 20:36:13 +0800 Subject: [PATCH] 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 --- 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 64c0cb1f64c..942db9bc829 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 */