1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
7 static void early_config_gpio(void)
9 /* This is a hack for FSP because it does things in MemoryInit()
10 * which it shouldn't do. We have to prepare certain gpios here
11 * because of the brokenness in FSP. */
12 gpio_configure_pads(early_gpio_table
, ARRAY_SIZE(early_gpio_table
));
15 void bootblock_mainboard_init(void)