sb/amd/pi/hudson/early_setup.c: Fix typo in comment
Change-Id: Ib631cdc0794dc91df27cb984d5c585e0eee4a2ad Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61877 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
090fcec945
commit
4450bee6b3
|
@ -77,7 +77,7 @@ void hudson_lpc_decode(void)
|
|||
pm_write8(0xec, pm_read8(0xec) | 0x01);
|
||||
|
||||
const pci_devfn_t dev = PCI_DEV(0, 0x14, 3);
|
||||
/* Serial port numeration on Hudson:
|
||||
/* Serial port enumeration on Hudson:
|
||||
* PORT0 - 0x3f8
|
||||
* PORT1 - 0x2f8
|
||||
* PORT5 - 0x2e8
|
||||
|
|
Loading…
Reference in New Issue