[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nautilus: correct the SIO_EC_ENABLE_P2SK typo

Chris Wang (Code Review) gerrit at coreboot.org
Fri Nov 24 04:08:03 CET 2017


Hello Chris Wang,

I'd like you to do a code review. Please visit

    https://review.coreboot.org/22586

to review the following change.


Change subject: mb/google/poppy/variants/nautilus: correct the SIO_EC_ENABLE_P2SK typo
......................................................................

mb/google/poppy/variants/nautilus: correct the SIO_EC_ENABLE_P2SK typo

correct the typo from SIO_EC_ENABLE_P2SK to SIO_EC_ENABLE_PS2K.

BRANCH=master
BUG=b:66462881
TEST=compiled/boot to ChromeOS.

Change-Id: Iaded458e202bc975c73cd295f7b363e2c9bfa861
Signed-off-by: Chris Wang <chriswang at ami.corp-partner.google.com>
---
M src/mainboard/google/poppy/variants/nautilus/include/variant/ec.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/22586/1

diff --git a/src/mainboard/google/poppy/variants/nautilus/include/variant/ec.h b/src/mainboard/google/poppy/variants/nautilus/include/variant/ec.h
index cf8682b..ca9f865 100644
--- a/src/mainboard/google/poppy/variants/nautilus/include/variant/ec.h
+++ b/src/mainboard/google/poppy/variants/nautilus/include/variant/ec.h
@@ -75,6 +75,6 @@
 
 #define SIO_EC_MEMMAP_ENABLE	/* EC Memory Map Resources */
 #define SIO_EC_HOST_ENABLE	/* EC Host Interface Resources */
-#define SIO_EC_ENABLE_P2SK
+#define SIO_EC_ENABLE_PS2K
 
 #endif /* __MAINBOARD_EC_H__ */

-- 
To view, visit https://review.coreboot.org/22586
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaded458e202bc975c73cd295f7b363e2c9bfa861
Gerrit-Change-Number: 22586
Gerrit-PatchSet: 1
Gerrit-Owner: Chris Wang <chriswang at ami.com.tw>
Gerrit-Reviewer: Chris Wang <chriswang at ami.corp-partner.google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171124/a3982a8a/attachment.html>


More information about the coreboot-gerrit mailing list