treewide: replace GPLv2 long form headers with SPDX header
[coreboot.git] / src / soc / qualcomm / sc7180 / bootblock.c
blobf7d56041069886d03650828adf9ab9282717c169
1 /* This file is part of the coreboot project. */
2 /* SPDX-License-Identifier: GPL-2.0-only */
4 #include <bootblock_common.h>
5 #include <soc/clock.h>
6 #include <soc/mmu.h>
7 #include <soc/qspi.h>
8 #include <soc/qupv3_config.h>
10 void bootblock_soc_init(void)
12 sc7180_mmu_init();
13 clock_init();
14 quadspi_init(37500 * KHz);
15 qupv3_fw_init();