[PATCH 03/16] tools: Move copyfile() into a common file
Simon Glass
sjg at chromium.org
Thu Jan 27 00:57:17 CET 2022
This function is useful in other places. Move it to a common file.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/fit_common.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++
tools/fit_common.h | 11 +++++++++
tools/fit_image.c | 56 ----------------------------------------------
3 files changed, 67 insertions(+), 56 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list