
13 Mar
2017
13 Mar
'17
1:33 p.m.
On 2 March 2017 at 12:04, Franklin S Cooper Jr fcooper@ti.com wrote:
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
common/Makefile | 1 + common/common_fit.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++ common/spl/spl_fit.c | 76 +--------------------------------------------- include/image.h | 8 +++++ 4 files changed, 96 insertions(+), 75 deletions(-) create mode 100644 common/common_fit.c
Reviewed-by: Simon Glass sjg@chromium.org