aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3399/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3399/bootblock.c')
-rw-r--r--src/soc/rockchip/rk3399/bootblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3399/bootblock.c b/src/soc/rockchip/rk3399/bootblock.c
index 3e95a17267..4f85e94ff4 100644
--- a/src/soc/rockchip/rk3399/bootblock.c
+++ b/src/soc/rockchip/rk3399/bootblock.c
@@ -22,7 +22,7 @@
void bootblock_soc_init(void)
{
rkclk_init();
- rkclk_configure_cpu(APLL_600_MHZ);
+ rkclk_configure_cpu(APLL_600_MHZ, false);
/* all ddr range non-secure */
write32(&rk3399_pmusgrf->ddr_rgn_con[16], 0xff << 16 | 0);