Re: [U-Boot] [PATCH 3/8] x86: ifdtool: Display filename when file errors are reported

2014-12-15 Thread Simon Glass
On 15 December 2014 at 02:23, Bin Meng wrote: > On Mon, Dec 15, 2014 at 8:15 AM, Simon Glass wrote: >> When a file is missing it helps to know which file. Update the error message >> to print this information. >> >> Signed-off-by: Simon Glass >> --- >> >> tools/ifdtool.c | 30 ++

Re: [U-Boot] [PATCH 3/8] x86: ifdtool: Display filename when file errors are reported

2014-12-15 Thread Bin Meng
On Mon, Dec 15, 2014 at 8:15 AM, Simon Glass wrote: > When a file is missing it helps to know which file. Update the error message > to print this information. > > Signed-off-by: Simon Glass > --- > > tools/ifdtool.c | 30 ++ > 1 file changed, 18 insertions(+), 12 del

[U-Boot] [PATCH 3/8] x86: ifdtool: Display filename when file errors are reported

2014-12-14 Thread Simon Glass
When a file is missing it helps to know which file. Update the error message to print this information. Signed-off-by: Simon Glass --- tools/ifdtool.c | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/tools/ifdtool.c b/tools/ifdtool.c index 4cd