aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7180/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sc7180/bootblock.c')
-rw-r--r--src/soc/qualcomm/sc7180/bootblock.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/qualcomm/sc7180/bootblock.c b/src/soc/qualcomm/sc7180/bootblock.c
index 7dbaeecdf7..cfeb6f94f2 100644
--- a/src/soc/qualcomm/sc7180/bootblock.c
+++ b/src/soc/qualcomm/sc7180/bootblock.c
@@ -2,13 +2,11 @@
#include <bootblock_common.h>
#include <soc/clock.h>
-#include <soc/mmu.h>
#include <soc/qspi.h>
#include <soc/qupv3_config.h>
void bootblock_soc_init(void)
{
- sc7180_mmu_init();
clock_init();
quadspi_init(37500 * KHz);
qupv3_fw_init();