[U-Boot] [PATCH v5 4/4] Add USB support for Efika
Marek Vasut
marek.vasut at gmail.com
Tue Sep 27 16:55:54 CEST 2011
On Tuesday, September 27, 2011 04:12:18 PM Jana Rapava wrote:
> 2011/9/27 Marek Vasut <marek.vasut at gmail.com>
>
> > > /*
> > >
> > > + * EHCI USB
> > > + */
> > > +#ifdef CONFIG_CMD_USB
> > > +void setup_iomux_usb(void);
> > > +#else
> > > +static inline void setup_iomux_usb(void) { }
> > > +#endif
> > > +
> >
> > Can you introduce efika.h header and move this to the header please.
>
> Should I move all #define's and #ifdef's, or only this?
The defines are local, move only this
>
> Regards,
> Jana Rapava
More information about the U-Boot
mailing list