commit | a802b98704616fdb286197cd1d6f375d2fece3bb | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Mon Jun 23 23:20:19 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Jul 18 17:53:23 2014 -0400 |
tree | f110afcbefbf28e8aa50c00247181e2de7ab0d9c | |
parent | f384fbfd77e2ce3c9bb0567991dece9728fa96ff [diff] |
common: board_f: cosmetic use __weak for leds First of all this looks a lot better, but it also prevents a gcc warning (W=1), that the weak function has no previous prototype. cc: Simon Glass <sjg@chromium.org> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> Acked-by: Simon Glass <sjg@chromium.org>