drivers/siemens/nc_fpga: Fix typo in comment
earyl ---> early Change-Id: I06412fd9487aaa1115fdbd86ff44b34db97d97d8 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66746 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Uwe Poeche <uwe.poeche@siemens.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
6afd7273e6
commit
ccf8134b5e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue