summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/geralt/bootblock.c
blob: 88be0ffec1cb9d3adb368f6c5e9101d894326707 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#include <bootblock_common.h>
#include <device/mmio.h>
#include <soc/spi.h>

void bootblock_mainboard_init(void)
{
	mtk_snfc_init();
}