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 <michal.simek@amd.com>
Link: https://lore.kernel.org/r/d280fa18068f80412cf12c235c5245651e7062e2.1679987839.git.michal.simek@amd.com
This commit is contained in:
Michal Simek 2023-03-28 09:17:31 +02:00
parent 9c10a69e10
commit 0da6d5a9e2
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
};
chosen {
bootargs = "earlyprintk";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

View file

@ -23,7 +23,7 @@
};
chosen {
bootargs = "earlyprintk";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};