commit | 5d3248a688c2368be54aaa9407be30adfa994abc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 07:03:17 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 08 15:53:26 2021 -0400 |
tree | 5f91893da368e86ff51ec69efdf42f849e2b01eb | |
parent | 3d2a47f11c1e77e79aa4f04dc787b25054822267 [diff] [blame] |
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>
diff --git a/tools/Makefile b/tools/Makefile index 4a86321..999fd46 100644 --- a/tools/Makefile +++ b/tools/Makefile
@@ -113,6 +113,7 @@ lib/fdtdec_common.o \ lib/fdtdec.o \ common/image.o \ + common/image-host.o \ imagetool.o \ imximage.o \ imx8image.o \