]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Move HOSTCC image code to tools/
authorSimon Glass <sjg@chromium.org>
Tue, 7 May 2013 06:11:54 +0000 (06:11 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commit604f23dde0b9e6d554b0445a89a809ebd398d515
tree239eb0a5cb23d6dd50f5d1f471207fee5443713c
parent53fbb7e885d387426296d367969e2f22fa576705
image: Move HOSTCC image code to tools/

This code is never compiled into U-Boot, so move it into a separate
file in tools/ to avoid the large #ifdef.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
common/image-fit.c
include/image.h
tools/Makefile
tools/image-host.c [new file with mode: 0644]