]> git.baikalelectronics.ru Git - uboot.git/commit
spl: fit: Break out some functions into a common file
authorCooper Jr., Franklin <fcooper@ti.com>
Fri, 16 Jun 2017 22:25:05 +0000 (17:25 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:24:39 +0000 (14:24 -0400)
commitf6ed5f5a79edbee62214f72a34d743a0fc54b221
tree60d1922970f5732c042ccf2e70a72f7274bcd58f
parent65720af31c966b70450817f44824002433abacb6
spl: fit: Break out some functions into a common file

Some of the functions within spl_fit will be used for non spl purposes.
Instead of duplicating functions simply break the functions to be reused
into its own file.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: Only add the new define to image.h, otherwise we see breakage
due to massive include leakage into host tools in some cases]
Signed-off-by: Tom Rini <trini@konsulko.com>
common/Makefile
common/common_fit.c [new file with mode: 0644]
common/spl/spl_fit.c
include/image.h