commit | 3cc2a7494e011db3edb6f6a08e8852a21005416b | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:31 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 07:02:00 2014 -0400 |
tree | c9a8d15d65ba5f50e6b7f9772913813ac7efcd69 | |
parent | f7ae3ed928a2a6f4a89a3e30a2c543cb1e84a943 [diff] |
common: cmd_elf: make do_bootelf_exec static do_bootelf_exec was a weak function without a prototype nor and strong version. Just make it static. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>