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 <chentsung@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90864
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
This commit is contained in:
Chen-Tsung Hsieh 2026-01-22 05:05:32 +00:00 committed by Yidi Lin
commit ee2cbba939

View file

@ -5,8 +5,6 @@
#include <stdint.h>
#define MTE_TAG_ADDR 0x460E80000
void booker_init(void);
void booker_mte_init(uint64_t mte_tag_addr);