Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] synopsys/hsdk: Boot log cleanup
@ 2018-08-20 17:39 Evgeniy Didin
  2018-08-20 17:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Evgeniy Didin @ 2018-08-20 17:39 UTC (permalink / raw)
  To: buildroot

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
 bootcmd=fatload mmc 0:1; bootm
 bootdelay=2
 bootfile=uImage
-- 
2.16.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-20 18:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20 17:39 [Buildroot] [PATCH] synopsys/hsdk: Boot log cleanup Evgeniy Didin
2018-08-20 17:48 ` Thomas Petazzoni
2018-08-20 18:13   ` Evgeniy Didin
2018-08-20 18:15     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox