payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / intel / apollolake_rvp / bootblock.c
blob0728701332eef76943adad8c66b6e811697fce93
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <bootblock_common.h>
4 #include <soc/gpio.h>
6 #include "gpio.h"
8 void bootblock_mainboard_early_init(void)
10 gpio_configure_pads(early_gpio_table, ARRAY_SIZE(early_gpio_table));