aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/qcs405/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/qcs405/bootblock.c')
-rw-r--r--src/soc/qualcomm/qcs405/bootblock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/qualcomm/qcs405/bootblock.c b/src/soc/qualcomm/qcs405/bootblock.c
index 3ed37ae2d1..5e63f132fc 100644
--- a/src/soc/qualcomm/qcs405/bootblock.c
+++ b/src/soc/qualcomm/qcs405/bootblock.c
@@ -14,8 +14,9 @@
*/
#include <bootblock_common.h>
+#include <soc/mmu.h>
void bootblock_soc_init(void)
{
-
+ qcs405_mmu_init();
}