aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/lemp9/ramstage.c
blob: 35ffd53bc100c33d4c26c8996259b339c75d6086 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#include <soc/ramstage.h>
#include "gpio.h"

void mainboard_silicon_init_params(FSPS_UPD *supd)
{
	/* Configure pads prior to SiliconInit() in case there's any
	 * dependencies during hardware initialization. */
	cnl_configure_pads(gpio_table, ARRAY_SIZE(gpio_table));
}