aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8183/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8183/memory.c')
-rw-r--r--src/soc/mediatek/mt8183/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8183/memory.c b/src/soc/mediatek/mt8183/memory.c
index 5702b14a01..b2c744198b 100644
--- a/src/soc/mediatek/mt8183/memory.c
+++ b/src/soc/mediatek/mt8183/memory.c
@@ -26,7 +26,7 @@ void mt_mem_init(const struct sdram_params *params)
/* memory calibration */
mt_set_emi(params);
- if (IS_ENABLED(CONFIG_MEMORY_TEST)) {
+ if (CONFIG(MEMORY_TEST)) {
size_t r;
u8 *addr = _dram;