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, 2 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7180/bootblock.c b/src/soc/qualcomm/sc7180/bootblock.c
index 29348c2a24..9cecb4f4f5 100644
--- a/src/soc/qualcomm/sc7180/bootblock.c
+++ b/src/soc/qualcomm/sc7180/bootblock.c
@@ -16,10 +16,12 @@
#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(25 * MHz);
+ qupv3_fw_init();
}