[U-Boot] [PATCH] Allow u-boot to be silent without forcing Linux to be

2013-02-08 Thread Joe Hershberger
That's a bit presumptuous of you, u-boot! Signed-off-by: Joe Hershberger --- common/cmd_bootm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 7ae5d5b..435c980 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -

Re: [U-Boot] [PATCH] Allow u-boot to be silent without forcing Linux to be

2013-02-08 Thread Simon Glass
Hi Joe, On Fri, Feb 8, 2013 at 12:17 PM, Joe Hershberger wrote: > That's a bit presumptuous of you, u-boot! > > Signed-off-by: Joe Hershberger > --- > common/cmd_bootm.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c > in

Re: [U-Boot] [PATCH] Allow u-boot to be silent without forcing Linux to be

2013-02-11 Thread Stefan Roese
Hi Joe, On 02/08/2013 09:17 PM, Joe Hershberger wrote: > That's a bit presumptuous of you, u-boot! > > Signed-off-by: Joe Hershberger > --- > common/cmd_bootm.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c > index 7ae5