Re: [U-Boot] [PATCH v3 3/7] ARM: OMAP: USB: Fix linker error when ULPI is not defined

2013-07-17 Thread Marek Vasut
Dear Dan Murphy, > Fix the linker error for missing ulpi_reset when ulpi is not defined > in the board config. > > Signed-off-by: Dan Murphy Acked-by: Marek Vasut > --- > v3 - No updates - http://patchwork.ozlabs.org/patch/258228/ > > drivers/usb/host/ehci-omap.c |7 +++ > 1 file cha

[U-Boot] [PATCH v3 3/7] ARM: OMAP: USB: Fix linker error when ULPI is not defined

2013-07-17 Thread Dan Murphy
Fix the linker error for missing ulpi_reset when ulpi is not defined in the board config. Signed-off-by: Dan Murphy --- v3 - No updates - http://patchwork.ozlabs.org/patch/258228/ drivers/usb/host/ehci-omap.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/usb/host/ehci-om