Re: [U-Boot] [PATCH] tools: fix typo in tools/image-host.c

2014-08-14 Thread Anatolij Gustschin
On Mon, 11 Aug 2014 11:02:17 +0200 Heiko Schocher 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 > Cc: Simon Glass > --- > tools/image-host.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

Re: [U-Boot] [PATCH] tools: fix typo in tools/image-host.c

2014-08-11 Thread Simon Glass
On 11 August 2014 03:02, Heiko Schocher 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 > Cc: Simon Glass > --- > tools/image-host.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > di

[U-Boot] [PATCH] tools: fix typo in tools/image-host.c

2014-08-11 Thread Heiko Schocher
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 Cc: Simon Glass --- 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..7e