image: Split host code out into its own file
authorSimon Glass <sjg@chromium.org>
Sat, 25 Sep 2021 13:03:17 +0000 (07:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commit5d3248a688c2368be54aaa9407be30adfa994abc
tree5f91893da368e86ff51ec69efdf42f849e2b01eb
parent3d2a47f11c1e77e79aa4f04dc787b25054822267
image: Split host code out into its own file

To avoid having #ifdefs in a few functions which are completely different
in the board and host code, create a new image-host.c file.

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