tools: Move copyfile() into a common file
authorSimon Glass <sjg@chromium.org>
Fri, 12 Nov 2021 19:28:04 +0000 (12:28 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Jan 2022 15:50:43 +0000 (08:50 -0700)
commite291a5c9a2acff16ba3b976198bba7da9828c9e9
treec41e834a1be7d72454de82bcb7dc8dc8c7301609
parent195f7893da9608931cfee63bc2f7a6aaa5169049
tools: Move copyfile() into a common file

This function is useful in other places. Move it to a common file.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/fit_common.c
tools/fit_common.h
tools/fit_image.c