diff options
author | Jack Rosenthal <jrosenth@chromium.org> | 2021-01-07 10:55:20 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-01-08 23:30:45 +0000 |
commit | af3d7e6e6c65b993ca2b0830eb70e2c6cbf405cd (patch) | |
tree | f7cfaa727dda54c99f929d340349dbb4caa61b5d /chip | |
parent | 3dce77c9f02c0df967cdc49d5766d6449cf9f5b5 (diff) | |
download | chrome-ec-af3d7e6e6c65b993ca2b0830eb70e2c6cbf405cd.tar.gz |
chip: npcx: remove comment about keeping things in sync with zephyr
This is no longer needed as Zephyr does not rely on chip directory
anymore.
BUG=b:175249000
BRANCH=none
TEST=none
Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
Change-Id: I6f42ba1a16be5e874530f42412b4bf9c2853ee65
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615131
Commit-Queue: Yuval Peress <peress@chromium.org>
Reviewed-by: Yuval Peress <peress@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r-- | chip/npcx/registers-npcx7.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chip/npcx/registers-npcx7.h b/chip/npcx/registers-npcx7.h index c496640c34..d7fd73aecc 100644 --- a/chip/npcx/registers-npcx7.h +++ b/chip/npcx/registers-npcx7.h @@ -256,12 +256,7 @@ enum { #define NPCX_SMBSEL_SMB5SEL 5 #define NPCX_SMBSEL_SMB6SEL 6 -/* - * SMB enumeration: I2C port definitions. - * - * Node: If making changes here please update the translation layer for Zephyr - * builds at zephyr/shim/chip/npcx/i2c.c. - */ +/* SMB enumeration: I2C port definitions */ enum { NPCX_I2C_PORT0_0 = 0, /* I2C port 0, bus 0 */ NPCX_I2C_PORT1_0, /* I2C port 1, bus 0 */ |