commit | 3422299dc28fa8257677d03cc1253e3c9bf17e9f | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Thu Jun 26 20:18:31 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Jul 18 17:53:23 2014 -0400 |
tree | 6e2208402b68494cc2619bfd9a7db0083db4e336 | |
parent | 2c34f3f547ba2bdaac44bb9582df032f3b6c4f6e [diff] |
common: main.c: make show_boot_progress __weak This not only looks a bit better it also prevents a warning with W=1 (no previous prototype). Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> Acked-by: Simon Glass <sjg@chromium.org>