commit | 4a8a8a15ff48dece1dc5f6fcbbc7a9f24fae7ce3 | [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 | 60d715488380a04cdde23dbae0604dd41475a9de [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>