diff options
author | Nicolas Boichat <drinkcat@chromium.org> | 2017-12-21 15:58:46 +0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2017-12-24 07:17:56 -0800 |
commit | 809244140d31a24041344eefe8c82bb47240e9f0 (patch) | |
tree | 3a1a568e9edb1334b9b05f3fc551acf688a2c5c1 /board/nautilus | |
parent | 292b4e1bcf1f823092dde11dcb9ddfd26db88773 (diff) | |
download | chrome-ec-809244140d31a24041344eefe8c82bb47240e9f0.tar.gz |
nautilus/poppy: Drop comment about thermistor
NCP15WB is actually the correct thermistor, let's drop that
copy-pasted comment.
BRANCH=none
BUG=b:35585396
TEST=make buildall -j
Change-Id: I5577bb70e354a6f2ef6338894793b808fe4b0e9a
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
Diffstat (limited to 'board/nautilus')
-rw-r--r-- | board/nautilus/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/nautilus/board.h b/board/nautilus/board.h index 57bbeeb3df..3bd80a1d84 100644 --- a/board/nautilus/board.h +++ b/board/nautilus/board.h @@ -103,7 +103,6 @@ /* Sensor */ #define CONFIG_TEMP_SENSOR #define CONFIG_TEMP_SENSOR_BD99992GW -/* TODO(crosbug.com/p/61098): Is this the correct thermistor? */ #define CONFIG_THERMISTOR_NCP15WB #define CONFIG_MKBP_EVENT |