summaryrefslogtreecommitdiff
path: root/src/mainboard/google/rauru/bootblock.c
blob: a896b72feb51224730b319b9c5d8869806b20f2e (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

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

void bootblock_mainboard_init(void)
{
	mtk_snfc_init();
}