summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/sc7280/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/qualcomm/sc7280/bootblock.c')
-rw-r--r--src/soc/qualcomm/sc7280/bootblock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/qualcomm/sc7280/bootblock.c b/src/soc/qualcomm/sc7280/bootblock.c
index ce86151145..365b7d4460 100644
--- a/src/soc/qualcomm/sc7280/bootblock.c
+++ b/src/soc/qualcomm/sc7280/bootblock.c
@@ -3,9 +3,11 @@
#include <bootblock_common.h>
#include <soc/clock.h>
#include <soc/qspi_common.h>
+#include <soc/qupv3_config_common.h>
void bootblock_soc_init(void)
{
clock_init();
quadspi_init(37500 * KHz);
+ qupv3_fw_init();
}