soc/amd/common: Fix typo
Change-Id: Ida6e87908ae6996529057c8df12dbe046ee54b98 Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
1e0bffc50d
commit
5844b23c3f
|
@ -7,7 +7,7 @@
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <soc/platform_descriptors.h>
|
#include <soc/platform_descriptors.h>
|
||||||
|
|
||||||
/* Update gpp glk req config based on DXIO descriptors and enabled devices. */
|
/* Update gpp clk req config based on DXIO descriptors and enabled devices. */
|
||||||
void pcie_gpp_dxio_update_clk_req_config(enum gpp_clk_req *gpp_clk_config,
|
void pcie_gpp_dxio_update_clk_req_config(enum gpp_clk_req *gpp_clk_config,
|
||||||
size_t gpp_clk_config_num)
|
size_t gpp_clk_config_num)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue