1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
4 #include <ec/google/chromeec/ec.h>
9 static void early_config_gpio(void)
11 gpio_configure_pads(early_gpio_table
, ARRAY_SIZE(early_gpio_table
));
14 void bootblock_mainboard_early_init(void)