mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 00:21:46 +00:00
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>
This commit is contained in:
@@ -564,7 +564,7 @@ void system_init_board_properties(void)
|
||||
properties |= BOARD_SLAVE_CONFIG_SPI;
|
||||
/* Add an internal pull up on sys_rst_l */
|
||||
/*
|
||||
* TODO(crosbug.com/p/54059): Remove once SYS_RST_L can
|
||||
* TODO(crosbug.com/p/56945): Remove once SYS_RST_L can
|
||||
* be pulled up externally.
|
||||
*/
|
||||
properties |= BOARD_NEEDS_SYS_RST_PULL_UP;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user