diff options
Diffstat (limited to 'src/soc/rockchip/rk3399/bootblock.c')
-rw-r--r-- | src/soc/rockchip/rk3399/bootblock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3399/bootblock.c b/src/soc/rockchip/rk3399/bootblock.c index d87f967d5f..3291511aba 100644 --- a/src/soc/rockchip/rk3399/bootblock.c +++ b/src/soc/rockchip/rk3399/bootblock.c @@ -14,10 +14,12 @@ */ #include <bootblock_common.h> +#include <soc/mmu_operations.h> #include <soc/clock.h> void bootblock_soc_init(void) { rkclk_init(); rkclk_configure_cpu(APLL_L_600_MHZ); + rockchip_mmu_init(); } |