/* SPDX-License-Identifier: GPL-2.0-only */ #include #include #include void bootblock_mainboard_init(void) { mtk_snfc_init(SPI_NOR_GPIO_SET0); }