All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] synopsys/hsdk: Boot log cleanup
Date: Mon, 20 Aug 2018 19:48:01 +0200	[thread overview]
Message-ID: <20180820194801.6cbb1bc8@windsurf> (raw)
In-Reply-To: <20180820173938.23761-1-Evgeniy.Didin@synopsys.com>

Hello,

On Mon, 20 Aug 2018 20:39:38 +0300, Evgeniy Didin wrote:
> Remove duplicate messages in boot log on HSDK board.
> Console ttyS3 is already set in Linux bootargs.
> 
> Signed-off-by: Evgeniy Didin <didin@synopsys.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Cc: arc-buildroot at synopsys.com
> ---
>  board/synopsys/hsdk/uboot.env.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/board/synopsys/hsdk/uboot.env.txt b/board/synopsys/hsdk/uboot.env.txt
> index 6bcfb56a77..216f0c9043 100644
> --- a/board/synopsys/hsdk/uboot.env.txt
> +++ b/board/synopsys/hsdk/uboot.env.txt
> @@ -1,5 +1,5 @@
>  baudrate=115200
> -bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootwait
> +bootargs=root=/dev/mmcblk0p2 rootwait

Well, *these* are the Linux bootargs.

Do you mean that something else is re-adding "console=ttyS3" to the
bootargs ?

Could you clarify ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2018-08-20 17:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-20 17:39 [Buildroot] [PATCH] synopsys/hsdk: Boot log cleanup Evgeniy Didin
2018-08-20 17:48 ` Thomas Petazzoni [this message]
2018-08-20 18:13   ` Evgeniy Didin
2018-08-20 18:15     ` Thomas Petazzoni

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=20180820194801.6cbb1bc8@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /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.