From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 11 Feb 2013 11:30:56 +0100 Subject: [U-Boot] [PATCH] Allow u-boot to be silent without forcing Linux to be In-Reply-To: <1360354624-605-1-git-send-email-joe.hershberger@ni.com> References: <1360354624-605-1-git-send-email-joe.hershberger@ni.com> Message-ID: <5118C860.3060707@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 7ae5d5b..435c980 100644 > --- a/common/cmd_bootm.c > +++ b/common/cmd_bootm.c > @@ -83,7 +83,7 @@ extern flash_info_t flash_info[]; /* info for FLASH chips */ > static int do_imls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); > #endif > > -#ifdef CONFIG_SILENT_CONSOLE > +#if defined(CONFIG_SILENT_CONSOLE) && !defined(CONFIG_SILENT_U_BOOT_ONLY) Could you please add a short description of this new define to the README? Thanks, Stefan