]> git.ipfire.org Git - people/ms/u-boot.git/commit
common: cmd_elf: make do_bootelf_exec static
authorJeroen Hofstee <jeroen@myspectrum.nl>
Wed, 8 Oct 2014 20:57:31 +0000 (22:57 +0200)
committerTom Rini <trini@ti.com>
Sat, 25 Oct 2014 11:02:00 +0000 (07:02 -0400)
commit553d8c3a5a028e01c575480de4894025b4fa01f4
treec9a8d15d65ba5f50e6b7f9772913813ac7efcd69
parent69d275458893eaec35229b589092c2a6bde5440f
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>
common/cmd_elf.c