blob: bf487c36230ea34c3208126fd3af399189ac4fee [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <intelblocks/fast_spi.h>
#include <soc/bootblock.h>
void bootblock_cpu_init(void)
{
fast_spi_cache_bios_region();
}