diff options
author | Chris Wang <chriswang@ami.corp-partner.google.com> | 2017-11-24 11:03:54 +0800 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2017-11-28 01:01:30 +0000 |
commit | ad07dc84a4cfb96405d9240a1bfadec7f5be3f0b (patch) | |
tree | 42eb7af492c9a94a2dfe18cce6de62ad167b9be3 /src | |
parent | 0e1d022e262b7c92a52e5fc6e5ef2f5308e94b2d (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/poppy/variants/nautilus/include/variant/ec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 cf8682b2d3..ca9f865f19 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__ */ |