Re: [U-Boot] [PATCHv5 6/7] mkenvimage: Don't try to detect comments in the input file

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:39 +0100 David Wagner wrote: > Remove this feature since it seems impossible to reliably detect them. > > Signed-off-by: David Wagner > --- > tools/mkenvimage.c |8 > 1 files changed, 0 insertions(+), 8 deletions(-) Applied to u-boot-staging/ag...@denx.d

Re: [U-Boot] [PATCHv5 6/7] mkenvimage: Don't try to detect comments in the input file

2012-01-14 Thread Mike Frysinger
On Friday 13 January 2012 18:27:39 David Wagner wrote: > Remove this feature since it seems impossible to reliably detect them. would be nice to have these, but i can see how it'd be hard to detect multiline vars and comments ... Acked-by: Mike Frysinger -mike signature.asc Description: This

[U-Boot] [PATCHv5 6/7] mkenvimage: Don't try to detect comments in the input file

2012-01-13 Thread David Wagner
Remove this feature since it seems impossible to reliably detect them. Signed-off-by: David Wagner --- tools/mkenvimage.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c index 8ce1be6..ddd4515 100644 --- a/tools/mkenvimage.c