[coreboot-gerrit] Change in coreboot[master]: src/mainboard/ibase/mb899: Fix typo in comment

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri Feb 16 08:34:43 CET 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/23790


Change subject: src/mainboard/ibase/mb899: Fix typo in comment
......................................................................

src/mainboard/ibase/mb899: Fix typo in comment

CR 24h Bit 0 is PNPCVS

Change-Id: Ia79a42ed60e82a84b60f254a0895ec52c1fcda0b
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/ibase/mb899/romstage.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/23790/1

diff --git a/src/mainboard/ibase/mb899/romstage.c b/src/mainboard/ibase/mb899/romstage.c
index 0d3b839..1b8bb95 100644
--- a/src/mainboard/ibase/mb899/romstage.c
+++ b/src/mainboard/ibase/mb899/romstage.c
@@ -66,7 +66,7 @@
 	dev = DUMMY_DEV;
 	pnp_enter_conf_state(dev);
 
-	pnp_write_config(dev, 0x24, 0xc4); // PNPCSV
+	pnp_write_config(dev, 0x24, 0xc4); // PNPCVS
 
 	pnp_write_config(dev, 0x29, 0x01); // GPIO settings
 	pnp_write_config(dev, 0x2a, 0x40); // GPIO settings should be fc but gets set to 02

-- 
To view, visit https://review.coreboot.org/23790
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia79a42ed60e82a84b60f254a0895ec52c1fcda0b
Gerrit-Change-Number: 23790
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180216/26dbf02a/attachment.html>


More information about the coreboot-gerrit mailing list