blob: 25a92f7a7cc0986d552733bb79be727d4770df0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* Copyright (C) 2013, Intel Corporation
* Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
*
* SPDX-License-Identifier: Intel
*/
#include <common.h>
#include <asm/fsp/fsp_support.h>
void update_fsp_configs(struct fsp_config_data *config)
{
/* Override any UPD setting if required */
}
|