mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-31 02:51:26 +00:00
cleanup: Remove obsolete comment in STM32 GPIO module
USB A-A cable works fine downloading firmware on pit now, so this comment no longer applies. BUG=none BRANCH=none TEST=build pit Change-Id: I4f07108357ffcab590fd95ffb50955f60698a39e Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/174047 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
87af5f257c
commit
a27fb9cfdc
@@ -88,7 +88,6 @@ void gpio_pre_init(void)
|
||||
int i;
|
||||
|
||||
/* Required to configure external IRQ lines (SYSCFG_EXTICRn) */
|
||||
/* FIXME: This seems to break USB download in U-Boot (?!?) */
|
||||
STM32_RCC_APB2ENR |= 1 << 0;
|
||||
|
||||
if ((STM32_RCC_AHBENR & 0x3f) == 0x3f) {
|
||||
|
||||
Reference in New Issue
Block a user