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:
Randall Spangler
2013-10-22 12:32:58 -07:00
committed by chrome-internal-fetch
parent 87af5f257c
commit a27fb9cfdc

View File

@@ -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) {