SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: lager dts: Drop console= bootargs parameter
@ 2014-12-02 17:39 Geert Uytterhoeven
  2014-12-02 20:52 ` Laurent Pinchart
  2014-12-04 12:20 ` Simon Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-12-02 17:39 UTC (permalink / raw)
  To: linux-sh

Since commit FIXME ("ARM: shmobile: lager: Remove legacy board support"),
lager is restricted to booting from DT, so chosen/stdout-path is always
used, and we can drop the "console=" parameter from chosen/bootargs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
This depends on "[PATCH 2/5] ARM: shmobile: lager: Remove legacy board
support" by Laurent Pinchart, and allows to simplify his "[PATCH 4/5] ARM:
shmobile: lager: Rename SCIFA[01] serial ports to ttySC[01]".
---
 arch/arm/boot/dts/r8a7790-lager.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 636d53bb87a27062..7301d029b39d5d9b 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -52,7 +52,7 @@
 	};
 
 	chosen {
-		bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
+		bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
 		stdout-path = &scifa0;
 	};
 
-- 
1.9.1


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

end of thread, other threads:[~2014-12-04 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 17:39 [PATCH] ARM: shmobile: lager dts: Drop console= bootargs parameter Geert Uytterhoeven
2014-12-02 20:52 ` Laurent Pinchart
2014-12-04 12:20 ` Simon Horman

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