U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tools: fix typo in tools/image-host.c
@ 2014-08-11  9:02 Heiko Schocher
  2014-08-11 17:14 ` Simon Glass
  2014-08-14  9:27 ` Anatolij Gustschin
  0 siblings, 2 replies; 3+ messages in thread
From: Heiko Schocher @ 2014-08-11  9:02 UTC (permalink / raw)
  To: u-boot

fix a typo in error printf. If FIT_CONFS_PATH is not found
print FIT_CONFS_PATH not FIT_IMAGES_PATH.

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Simon Glass <sjg@chromium.org>
---
 tools/image-host.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/image-host.c b/tools/image-host.c
index 0eff720..7effb6c 100644
--- a/tools/image-host.c
+++ b/tools/image-host.c
@@ -689,7 +689,7 @@ int fit_add_verification_data(const char *keydir, void *keydest, void *fit,
 	confs_noffset = fdt_path_offset(fit, FIT_CONFS_PATH);
 	if (confs_noffset < 0) {
 		printf("Can't find images parent node '%s' (%s)\n",
-		       FIT_IMAGES_PATH, fdt_strerror(confs_noffset));
+		       FIT_CONFS_PATH, fdt_strerror(confs_noffset));
 		return -ENOENT;
 	}
 
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] tools: fix typo in tools/image-host.c
  2014-08-11  9:02 [U-Boot] [PATCH] tools: fix typo in tools/image-host.c Heiko Schocher
@ 2014-08-11 17:14 ` Simon Glass
  2014-08-14  9:27 ` Anatolij Gustschin
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2014-08-11 17:14 UTC (permalink / raw)
  To: u-boot

On 11 August 2014 03:02, Heiko Schocher <hs@denx.de> wrote:
>
> fix a typo in error printf. If FIT_CONFS_PATH is not found
> print FIT_CONFS_PATH not FIT_IMAGES_PATH.
>
> Signed-off-by: Heiko Schocher <hs@denx.de>
> Cc: Simon Glass <sjg@chromium.org>
> ---
>  tools/image-host.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/image-host.c b/tools/image-host.c
> index 0eff720..7effb6c 100644
> --- a/tools/image-host.c
> +++ b/tools/image-host.c
> @@ -689,7 +689,7 @@ int fit_add_verification_data(const char *keydir, void *keydest, void *fit,
>         confs_noffset = fdt_path_offset(fit, FIT_CONFS_PATH);
>         if (confs_noffset < 0) {
>                 printf("Can't find images parent node '%s' (%s)\n",
> -                      FIT_IMAGES_PATH, fdt_strerror(confs_noffset));
> +                      FIT_CONFS_PATH, fdt_strerror(confs_noffset));
>                 return -ENOENT;
>         }

Acked-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] tools: fix typo in tools/image-host.c
  2014-08-11  9:02 [U-Boot] [PATCH] tools: fix typo in tools/image-host.c Heiko Schocher
  2014-08-11 17:14 ` Simon Glass
@ 2014-08-14  9:27 ` Anatolij Gustschin
  1 sibling, 0 replies; 3+ messages in thread
From: Anatolij Gustschin @ 2014-08-14  9:27 UTC (permalink / raw)
  To: u-boot

On Mon, 11 Aug 2014 11:02:17 +0200
Heiko Schocher <hs@denx.de> wrote:

> fix a typo in error printf. If FIT_CONFS_PATH is not found
> print FIT_CONFS_PATH not FIT_IMAGES_PATH.
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>
> Cc: Simon Glass <sjg@chromium.org>
> ---
>  tools/image-host.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied to u-boot-staging/agust at denx.de. thanks!

Anatolij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-14  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11  9:02 [U-Boot] [PATCH] tools: fix typo in tools/image-host.c Heiko Schocher
2014-08-11 17:14 ` Simon Glass
2014-08-14  9:27 ` Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox