From daeddb75e9e203d90e0e8dd576aa39be8dc84ea1 Mon Sep 17 00:00:00 2001 From: ChromeOS Developer Date: Wed, 5 Feb 2014 09:38:32 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/185020 Reviewed-by: Randall Spangler Reviewed-on: https://chromium-review.googlesource.com/192199 --- board/rambi/board.h | 4 ---- board/squawks/board.h | 4 ---- 2 files changed, 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 */ -- cgit v1.2.1