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

Stefan Roese sr at denx.de
Mon Feb 11 11:30:56 CET 2013


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 <joe.hershberger at ni.com>
> ---
>  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


More information about the U-Boot mailing list