[PATCH] tools/fitimage: add missing linebreak for some messages

2021-05-25 Thread Sven Roederer
Add a linebreak to two messages and fix punctuation. Signed-off-by: Sven Roederer --- tools/fit_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/fit_image.c b/tools/fit_image.c index ae30f80783..f4f372ba62 100644 --- a/tools/fit_image.c +++ b/tools

[PATCH 1/2] tools/mkimage: fix handling long filenames

2020-04-26 Thread Sven Roederer
N + 35 for the parameters. This likely applies to the "-d" parameter, too. Signed-off-by: Sven Roederer --- tools/mkimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkimage.h b/tools/mkimage.h index 0254af59fb..9de94dbe99 100644 --- a/tools/mkimage.h +++ b

[PATCH 0/2] mkimage: fix using long pathnames

2020-04-26 Thread Sven Roederer
E_LEN. Also a Warning will be printed when detecting that the cmd-variable has reached its maximal size. Sven Roederer (2): tools/mkimage: fix handling long filenames tools/fit-image: print a warning when cmd-line for dtc might be truncated tools/fit_image.c | 4 tools/mkimage.h

[PATCH 2/2] tools/fit-image: print a warning when cmd-line for dtc might be truncated

2020-04-26 Thread Sven Roederer
Signed-off-by: Sven Roederer --- tools/fit_image.c | 4 1 file changed, 4 insertions(+) diff --git a/tools/fit_image.c b/tools/fit_image.c index 4aeabbcfe9..88ff093d05 100644 --- a/tools/fit_image.c +++ b/tools/fit_image.c @@ -17,6 +17,7 @@ #include "fit_common.h" #include