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>
This commit is contained in:
Felix Held 2020-07-23 19:23:17 +02:00
parent a319ac3a19
commit 7f107b472a
1 changed files with 1 additions and 0 deletions

View File

@ -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])); memcpy(&scfg->ddi_descriptor[i], &descs[i], sizeof(scfg->ddi_descriptor[0]));
} }
} }
static void fsp_fill_pcie_ddi_descriptors(FSP_S_CONFIG *scfg) static void fsp_fill_pcie_ddi_descriptors(FSP_S_CONFIG *scfg)
{ {
const fsp_dxio_descriptor *fsp_dxio; const fsp_dxio_descriptor *fsp_dxio;