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] |
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>