]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Split FIT code into new image-fit.c
authorSimon Glass <sjg@chromium.org>
Tue, 7 May 2013 06:11:53 +0000 (06:11 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commit53fbb7e885d387426296d367969e2f22fa576705
tree5d582cb32e8d8098ad1a22454a016b7c5f0a151c
parent61a439a873e8ae95c1af2e6f1b1085372c4cb326
image: Split FIT code into new image-fit.c

The FIT code is about half the size of the >3000-line image.c. Split this
code into its own file.

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