All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonas Kvinge <jonaski@opensuse.org>
To: u-boot@lists.denx.de
Subject: Re: silent u-boot not working
Date: Fri, 14 Jun 2024 13:51:11 +0200	[thread overview]
Message-ID: <e807c90eebd0f5756de613b4773d39aec71bb064.camel@opensuse.org> (raw)
In-Reply-To: <CAOMZO5B3krB1vyibGNYej9nrPMkOXh1+P05Boqd2Vsr1E5nmcg@mail.gmail.com>

On Fri, 2024-06-14 at 07:52 -0300, Fabio Estevam wrote:
> Hi Jonas,
> 
> On Fri, Jun 14, 2024 at 7:49 AM Jonas Kvinge <jonaski@opensuse.org>
> wrote:
> 
> > Where do I find CONFIG_EXTRA_ENV_SETTINGS? Is it an option in make
> > menuconfig, or do I need to edit the header file
> > include/configs/rpi.h?
> 
> In recent U-Boot versions, this option has been renamed to
> CFG_EXTRA_ENV_SETTINGS.
> 
> It is located at include/configs/<board>.h
> 

Thanks, that was helpful. I finally was able to silence the boot text
by adding the following in include/configs/rpi.h:

#define CFG_EXTRA_ENV_SETTINGS "silent=y\0"

The u-boot logo in the upper right corner is still showing, is it
possible to disable that too?

Jonas


  reply	other threads:[~2024-06-14 11:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-13 13:16 silent u-boot not working Jonas Kvinge
2024-06-13 15:34 ` Sean Anderson
2024-06-14 10:49   ` Jonas Kvinge
2024-06-14 10:52     ` Fabio Estevam
2024-06-14 11:51       ` Jonas Kvinge [this message]
2024-06-14 11:58         ` Fabio Estevam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e807c90eebd0f5756de613b4773d39aec71bb064.camel@opensuse.org \
    --to=jonaski@opensuse.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.