Skip to content
Snippets Groups Projects
Commit 1de9cac2 authored by Adrian Schmutzler's avatar Adrian Schmutzler
Browse files

ramips: move redundant console setup to mt7621 SoC DTSI


For mt7621, console is set up via DTS bootargs individually in
device DTS/DTSI files. However, 44 of 74 statements use the
following setting:

	chosen {
		bootargs = "console=ttyS0,57600";
	};

Therefore, don't repeat ourselves and move that definition to the SoC
DTSI file to serve as a default value.

This patch is cosmetic.

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent b6443367
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 76 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment