[U-Boot] [PATCH v3 06/12] cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()

Simon Glass sjg at chromium.org
Sun Oct 18 23:37:33 CEST 2015


On 7 October 2015 at 21:19, Bin Meng <bmeng.cn at gmail.com> wrote:
> Move load_elf_image_phdr() and load_elf_image_shdr() to the beginning
> of the cmd_elf.c so that forward declaration is not needed.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  common/cmd_elf.c | 161 +++++++++++++++++++++++++++----------------------------
>  1 file changed, 79 insertions(+), 82 deletions(-)

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list