From ee2cbba939b362d644bf8ce7c8b6adb57b1f2d14 Mon Sep 17 00:00:00 2001 From: Chen-Tsung Hsieh Date: Thu, 22 Jan 2026 05:05:32 +0000 Subject: [PATCH] soc/mediatek/mt8196: Remove unused MTE_TAG_ADDR macro The MTE_TAG_ADDR macro is no longer used after the changes in CB:90144. Remove the unused definition. BUG=b:438666196 TEST=util/abuild/abuild -x -t GOOGLE_SAPPHIRE -a --clean BRANCH=none Change-Id: Ic71fa22292793162de882d3c764e7805301250c5 Signed-off-by: Chen-Tsung Hsieh Reviewed-on: https://review.coreboot.org/c/coreboot/+/90864 Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu Reviewed-by: Yidi Lin --- src/soc/mediatek/mt8196/include/soc/booker.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/soc/mediatek/mt8196/include/soc/booker.h b/src/soc/mediatek/mt8196/include/soc/booker.h index 25c2d140af..ea819429fd 100644 --- a/src/soc/mediatek/mt8196/include/soc/booker.h +++ b/src/soc/mediatek/mt8196/include/soc/booker.h @@ -5,8 +5,6 @@ #include -#define MTE_TAG_ADDR 0x460E80000 - void booker_init(void); void booker_mte_init(uint64_t mte_tag_addr);