sb/amd/agesa/hudson: Fix typo
Change-Id: I600ca64f7cfdb03ad525b632950cddadf9aab4ae Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38260 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
0c9630eeff
commit
4436ebef06
|
@ -90,7 +90,7 @@ void hudson_lpc_decode(void)
|
|||
pm_write8(0xec, pm_read8(0xec) | 0x01);
|
||||
|
||||
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