diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:34 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:18 -0600 |
commit | b51be8ebcb4ac5605c03f409d5999601bc6244f5 (patch) | |
tree | 5387dfca8e649f8e31cc3ec03279c341a924ed92 /tools/imagetool.h | |
parent | dcc7470f049114aef1a5b460758e427d5c9bfcf0 (diff) |
tools: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'tools/imagetool.h')
-rw-r--r-- | tools/imagetool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/imagetool.h b/tools/imagetool.h index a766aa2ae91..57be608210a 100644 --- a/tools/imagetool.h +++ b/tools/imagetool.h @@ -256,7 +256,6 @@ time_t imagetool_get_source_date( * for ex. default_image.c, fit_image.c */ - void pbl_load_uboot(int fd, struct image_tool_params *mparams); int zynqmpbif_copy_image(int fd, struct image_tool_params *mparams); int imx8image_copy_image(int fd, struct image_tool_params *mparams); |