summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */