2011/9/27 Marek Vasut <[email protected]> > > > /* > > + * 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? Regards, Jana Rapava
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

