commit | 553d8c3a5a028e01c575480de4894025b4fa01f4 | [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 | 69d275458893eaec35229b589092c2a6bde5440f [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>