Re: [U-Boot] [PATCH] omap3evm: Wrap function under CONFIG_USB_OMAP3

2010-11-02 Thread Premi, Sanjeev
> > -Original Message- > > From: Premi, Sanjeev > > Sent: Tuesday, October 19, 2010 6:36 PM > > To: u-boot@lists.denx.de > > Cc: Premi, Sanjeev > > Subject: [PATCH] omap3evm: Wrap function under CONFIG_USB_OMAP3 > > > > The function omap3_evm_need_extvbus() is required > > only when USB s

[U-Boot] [PATCH] omap3evm: Wrap function under CONFIG_USB_OMAP3

2010-10-19 Thread Sanjeev Premi
The function omap3_evm_need_extvbus() is required only when USB support is configured. Wrapped this function in #ifdef CONFIG_USB_OMAP3. Signed-off-by: Sanjeev Premi --- board/ti/evm/evm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/board/ti/evm/evm.c b/board/ti/ev