From a27fb9cfdc156a0512e6b481cb1679dfa9f5fa25 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Tue, 22 Oct 2013 12:32:58 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/174047 Reviewed-by: Bill Richardson --- chip/stm32/gpio-stm32l.c | 1 - 1 file changed, 1 deletion(-) 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) {