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 bf80bff706..4f97d76c9b 100644
--- a/src/soc/qualcomm/sc7180/bootblock.c
+++ b/src/soc/qualcomm/sc7180/bootblock.c
@@ -16,9 +16,11 @@
#include <bootblock_common.h>
#include <soc/clock.h>
#include <soc/mmu.h>
+#include <soc/qspi.h>
void bootblock_soc_init(void)
{
sc7180_mmu_init();
clock_init();
+ quadspi_init(25 * MHz);
}