1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <arch/bootblock.h>
4 #include <device/pci_ops.h>
5 #include <southbridge/intel/common/early_spi.h>
8 void bootblock_early_southbridge_init(void)
10 enable_spi_prefetching_and_caching();
12 i82801ix_early_init();