commit | c5d4001a1cbca546f83ec7f2299c664fb00e6451 | [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 | 0e350f81e1ca7d103fd9685725f9c4b0d9e80632 [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>