summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2016-09-11 12:26:08 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-11 18:40:02 -0700
commit7c0640c3cfdea0c59290139b72121d7ed3922be6 (patch)
tree975c9a10cd17e38943056353fa82cbacb9385f23 /include/system.h
parenteab3db41a2ebb51e88525e3dad2be91fe66b0a99 (diff)
downloadchrome-ec-7c0640c3cfdea0c59290139b72121d7ed3922be6.tar.gz
cr50: correct a todo bug number
BUG=none BRANCH=none TEST=none Change-Id: I32bf88757b57b60f80e504dd5adb21cb824834ec Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/383962 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system.h b/include/system.h
index 12f771df8d..92a47e2a37 100644
--- a/include/system.h
+++ b/include/system.h
@@ -478,7 +478,7 @@ void system_clear_retry_counter(void);
#define BOARD_DISABLE_UART0_RX (1 << 3) /* Disable UART0 RX */
#define BOARD_MARK_UPDATE_ON_USB_REQ (1 << 4) /* update is good once the */
/* controller gets a request */
-/* TODO(crosbug.com/p/54059): Remove when sys_rst_l has an external pullup */
+/* TODO(crosbug.com/p/56945): Remove when sys_rst_l has an external pullup */
#define BOARD_NEEDS_SYS_RST_PULL_UP (1 << 5) /* Add a pullup to sys_rst_l */
/**