diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2020-07-23 19:23:17 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-07-24 20:29:36 +0000 |
commit | 7f107b472a386c8e07bfa736384041ecec561a1d (patch) | |
tree | 7b2266914e8adfcf69deae1b61ed24f442d10d8e /src | |
parent | a319ac3a19883bd826a47a85d1c6586d38446a7b (diff) |
soc/amd/picasso/fsp_params: add missing newline between functions
Change-Id: If5d798a410f092e0ce99c16c84809b6b2e30cc2e
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43779
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/picasso/fsp_params.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/fsp_params.c b/src/soc/amd/picasso/fsp_params.c index e7169d1283..d07c38493a 100644 --- a/src/soc/amd/picasso/fsp_params.c +++ b/src/soc/amd/picasso/fsp_params.c @@ -81,6 +81,7 @@ static void fill_ddi_descriptors(FSP_S_CONFIG *scfg, memcpy(&scfg->ddi_descriptor[i], &descs[i], sizeof(scfg->ddi_descriptor[0])); } } + static void fsp_fill_pcie_ddi_descriptors(FSP_S_CONFIG *scfg) { const fsp_dxio_descriptor *fsp_dxio; |