summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2023-05-08 23:16:21 +0200
committerLean Sheng Tan <sheng.tan@9elements.com>2023-05-13 17:19:53 +0000
commit1443137d5ca8b444f26ce5d4710785d933a2a26b (patch)
treebe61a3ae41de114299f5a85f2f8de2d31d1448ae
parent978141171929fd4aaf965dfb60e33f27675d1a54 (diff)
downloadcoreboot-1443137d5ca8b444f26ce5d4710785d933a2a26b.tar.gz
coreboot-1443137d5ca8b444f26ce5d4710785d933a2a26b.tar.bz2
coreboot-1443137d5ca8b444f26ce5d4710785d933a2a26b.zip
vendorcode/mediatek/mt8195: Fix set but unused variables
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: I5738e73f2121e2558831fbaa9c92a2fd0926ad88 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75038 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
-rw-r--r--src/vendorcode/mediatek/mt8195/include/dramc_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/mediatek/mt8195/include/dramc_common.h b/src/vendorcode/mediatek/mt8195/include/dramc_common.h
index 393612c77d7a..b0a6e3106419 100644
--- a/src/vendorcode/mediatek/mt8195/include/dramc_common.h
+++ b/src/vendorcode/mediatek/mt8195/include/dramc_common.h
@@ -249,7 +249,7 @@
#else
#define mcSHOW_DBG_MSG(_x_) { if (0) { print _x_; } }
#define mcSHOW_DBG_MSG2(_x_) { if (0) { print _x_; } }
- #define mcSHOW_DBG_MSG3(_x_)
+ #define mcSHOW_DBG_MSG3(_x_) { if (0) { print _x_; } }
#define mcSHOW_DBG_MSG4(_x_) { if (0) { print _x_; } }
#define mcSHOW_DBG_MSG5(_x_)
#define mcSHOW_DBG_MSG6(_x_)