On 04/07/2013 12:08 PM, Fabio Estevam wrote: > On Sun, Apr 7, 2013 at 1:40 PM, Mike Dunn <[email protected]> wrote: > >> +void lcd_enable(void) >> + __attribute__((weak, alias("__lcd_enable"))); > > What about declaring it as: > > __weak void lcd_enable(void) > >
Yes, that works. And very to-the-point :) Thanks. Mike _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

