summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-10-22 12:32:58 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-22 23:18:05 +0000
commita27fb9cfdc156a0512e6b481cb1679dfa9f5fa25 (patch)
tree5b6a6154469f8ab307f0233add9c8df6cc0e7fe6
parent87af5f257c78af7fc8a634099be9965162ee0ba3 (diff)
downloadchrome-ec-a27fb9cfdc156a0512e6b481cb1679dfa9f5fa25.tar.gz
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>
-rw-r--r--chip/stm32/gpio-stm32l.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/chip/stm32/gpio-stm32l.c b/chip/stm32/gpio-stm32l.c
index e2d5a97a43..e5b07f23c3 100644
--- a/chip/stm32/gpio-stm32l.c
+++ b/chip/stm32/gpio-stm32l.c
@@ -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) {