From ccf8134b5ea8d566f6f587264455213328bfeb7c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 15 Aug 2022 14:26:36 +0200 Subject: [PATCH] drivers/siemens/nc_fpga: Fix typo in comment earyl ---> early Change-Id: I06412fd9487aaa1115fdbd86ff44b34db97d97d8 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/66746 Tested-by: build bot (Jenkins) Reviewed-by: Uwe Poeche Reviewed-by: Werner Zeh --- src/drivers/siemens/nc_fpga/nc_fpga_early.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/siemens/nc_fpga/nc_fpga_early.c b/src/drivers/siemens/nc_fpga/nc_fpga_early.c index a68beb2687..7d7d54c5b2 100644 --- a/src/drivers/siemens/nc_fpga/nc_fpga_early.c +++ b/src/drivers/siemens/nc_fpga/nc_fpga_early.c @@ -40,7 +40,7 @@ void nc_fpga_remap(uint32_t new_mmio) void nc_fpga_post(uint8_t value) { - /* The function pci_earyl_device_probe is called in bootblock and romstage. Make sure + /* The function pci_early_device_probe is called in bootblock and romstage. Make sure that in these stages the initialization code was successful before the POST code value is written to the register. */ if ((ENV_BOOTBLOCK || ENV_ROMSTAGE) && nc_fpga_present == false)