summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChromeOS Developer <dparker@chromium.org>2014-02-05 09:38:32 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-04-01 00:47:28 +0000
commitdaeddb75e9e203d90e0e8dd576aa39be8dc84ea1 (patch)
tree19bcf232bf3d125f3ce34f2715f43bf9d955b82a
parentbc8ed17c5f17aa0810b1ec8387c276171d0ce784 (diff)
downloadchrome-ec-daeddb75e9e203d90e0e8dd576aa39be8dc84ea1.tar.gz
Rambi, Squawks: Clean up old comment on keyboard IRQ
The comment about cleaning up _NEW signals related to the keyboard IRQ was taken care of by https://chromium-review.googlesource.com/#/c/181718/4 BUG=None BRANCH=ToT TEST=make buildall -j 32 Change-Id: I635ec910b0c2f7fe686c9a7480095a65085e8a91 Original-Change-Id: I97e6f66340d9f8683ed69548cdbbe7c243c3b764 Signed-off-by: Dave Parker <dparker@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/185020 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/192199
-rw-r--r--board/rambi/board.h4
-rw-r--r--board/squawks/board.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/board/rambi/board.h b/board/rambi/board.h
index f6afb1ecc9..7c3b1a35c2 100644
--- a/board/rambi/board.h
+++ b/board/rambi/board.h
@@ -111,10 +111,6 @@ enum gpio_signal {
GPIO_PCH_SMI_L, /* System management interrupt to PCH */
GPIO_PCH_SOC_OVERRIDE, /* SOC override signal to PCH; when high, ME
* ignores security descriptor */
- /*
- * TODO(crosbug.com/p/24424): Remove old assignment and remove _NEW
- * from the new one when we deprecate the 1.5 boards.
- */
GPIO_PCH_SYS_PWROK, /* EC thinks everything is up and ready */
GPIO_PCH_WAKE_L, /* Wake signal from EC to PCH */
GPIO_PP1350_EN, /* Enable 1.35V supply */
diff --git a/board/squawks/board.h b/board/squawks/board.h
index 1dfb4d9480..4a757e793b 100644
--- a/board/squawks/board.h
+++ b/board/squawks/board.h
@@ -111,10 +111,6 @@ enum gpio_signal {
GPIO_PCH_SMI_L, /* System management interrupt to PCH */
GPIO_PCH_SOC_OVERRIDE, /* SOC override signal to PCH; when high, ME
* ignores security descriptor */
- /*
- * TODO(crosbug.com/p/24424): Remove old assignment and remove _NEW
- * from the new one when we deprecate the 1.5 boards.
- */
GPIO_PCH_SYS_PWROK, /* EC thinks everything is up and ready */
GPIO_PCH_WAKE_L, /* Wake signal from EC to PCH */
GPIO_PP1350_EN, /* Enable 1.35V supply */