]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit699278dad4fa7c7ee65c59bf6097947924005514
tree5f91893da368e86ff51ec69efdf42f849e2b01eb
parent943617402bfbc68a68362485d9f62529d5522736
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