mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
x86: queensbay: Remove invalid comments in update_fsp_configs()
Those comments in update_fsp_configs() are not correct. Remove them. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3340f2cc0b
commit
e293502280
1 changed files with 0 additions and 6 deletions
|
|
@ -11,10 +11,4 @@
|
|||
void update_fsp_configs(struct fsp_config_data *config)
|
||||
{
|
||||
/* Override any UPD setting if required */
|
||||
|
||||
/* Uncomment the line below to enable DEBUG message */
|
||||
/* fsp_upd->serial_dbgport_type = 1; */
|
||||
|
||||
/* Examples on how to initialize the pointers in UPD region */
|
||||
/* fsp_upd->pcd_example = (EXAMPLE_DATA *)&example; */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue