blob: a38f68092c05b7838b021fd491894d2e0336b890 [file] [log] [blame]
Angel Ponse67ab182020-04-04 18:51:11 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Tristan Shieh4c6dfbc2018-06-01 14:33:11 +08002
3#include <bootblock_common.h>
Weiyi Lu60e1fcb2018-06-01 14:58:54 +08004#include <soc/pll.h>
Tristan Shieh4c6dfbc2018-06-01 14:33:11 +08005
6void bootblock_soc_init(void)
7{
Weiyi Lu60e1fcb2018-06-01 14:58:54 +08008 mt_pll_init();
Tristan Shieh4c6dfbc2018-06-01 14:33:11 +08009}