diff options
| author | Michal Simek <[email protected]> | 2023-03-28 09:17:31 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-05-15 09:33:57 +0200 |
| commit | 0da6d5a9e2f1d559b4e81e10eec35c9d17025f26 (patch) | |
| tree | f336aa27f0083cf651b7f0131709d01eb849d452 | |
| parent | 9c10a69e103d3473c1a43485f81f4e09c3612c74 (diff) | |
ARM: zynq: Switch from earlyprintk to earlycon
Switch to earlycon which is preffered over earlyprintk.
It is also sync with Linux kernel (zynq-microzed).
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/d280fa18068f80412cf12c235c5245651e7062e2.1679987839.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/dts/zynq-dlc20-rev1.0.dts | 2 | ||||
| -rw-r--r-- | arch/arm/dts/zynq-microzed.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynq-dlc20-rev1.0.dts b/arch/arm/dts/zynq-dlc20-rev1.0.dts index cbf52c88b9a..cfe07102297 100644 --- a/arch/arm/dts/zynq-dlc20-rev1.0.dts +++ b/arch/arm/dts/zynq-dlc20-rev1.0.dts @@ -26,7 +26,7 @@ }; chosen { - bootargs = "earlyprintk"; + bootargs = "earlycon"; stdout-path = "serial0:115200n8"; }; diff --git a/arch/arm/dts/zynq-microzed.dts b/arch/arm/dts/zynq-microzed.dts index 875ee080df2..b95eb3ed243 100644 --- a/arch/arm/dts/zynq-microzed.dts +++ b/arch/arm/dts/zynq-microzed.dts @@ -23,7 +23,7 @@ }; chosen { - bootargs = "earlyprintk"; + bootargs = "earlycon"; stdout-path = "serial0:115200n8"; }; |
