summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/board_info.c
blob: 6476776be8fdfc74ee90a7a245c66b162f6d2648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#include <baseboard/variants.h>
#include <console/console.h>
#include <ec/google/chromeec/ec.h>
#include <smbios.h>
#include <string.h>

int board_info_get_fw_config(uint32_t *fw_config)
{
	return google_chromeec_cbi_get_fw_config(fw_config);
}