blob: aef18fcb59d1728e66c151ec09039dbe65a7f46c [file] [log] [blame]
Bin Meng2922b3e2014-12-12 21:05:28 +08001/*
2 * Copyright (C) 2013, Intel Corporation
3 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
4 *
5 * SPDX-License-Identifier: Intel
6 */
7
Bin Meng01223e32014-12-12 21:05:29 +08008#include <common.h>
9#include <asm/arch/fsp/fsp_support.h>
Bin Meng2922b3e2014-12-12 21:05:28 +080010
11void update_fsp_upd(struct upd_region_t *fsp_upd)
12{
13 /* Override any UPD setting if required */
14
15 /* Uncomment the line below to enable DEBUG message */
16 /* fsp_upd->serial_dbgport_type = 1; */
17
18 /* Examples on how to initialize the pointers in UPD region */
19 /* fsp_upd->pcd_example = (EXAMPLE_DATA *)&example; */
20}