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@ami.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/22586
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: shkim <sh_.kim@samsung.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Chris Wang 2017-11-24 11:03:54 +08:00 committed by Furquan Shaikh
parent 0e1d022e26
commit ad07dc84a4
1 changed files with 1 additions and 1 deletions

View File

@ -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__ */