aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/oak/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/oak/romstage.c')
-rw-r--r--src/mainboard/google/oak/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/oak/romstage.c b/src/mainboard/google/oak/romstage.c
index 1f5654748b..9f5ce5f2df 100644
--- a/src/mainboard/google/oak/romstage.c
+++ b/src/mainboard/google/oak/romstage.c
@@ -63,7 +63,7 @@ void main(void)
else
mt_pll_raise_ca53_freq(1700 * MHz);
- mt8173_mmu_after_dram();
+ mtk_mmu_after_dram();
/* should be called after memory init */
cbmem_initialize_empty();