]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Split libfdt code into image-fdt.c
authorSimon Glass <sjg@chromium.org>
Wed, 8 May 2013 08:06:00 +0000 (08:06 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commit44d3a3066bc789b9a640e71322e593a9983023bb
tree5f78d96c0ad7659d091684ae290538330bbbc132
parent87ebee39e9d02dba6d36d03d512e7d6e8a5a9abb
image: Split libfdt code into image-fdt.c

The image file is still very large, and some of the code is only used when
libfdt is in use. Move this code into a new file.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/Makefile
common/image-fdt.c [new file with mode: 0644]
common/image.c