Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: Revert "specify console via command line"

I accidentally merged this after requesting a different solution,
reverting now.

Link: https://patchwork.kernel.org/patch/11431397/
Fixes: 2cedfe1247c0 ("arm64: dts: specify console via command line")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1 -1
+1 -1
arch/arm64/boot/dts/sprd/sp9863a-1h10.dts
··· 26 26 27 27 chosen { 28 28 stdout-path = "serial1:115200n8"; 29 - bootargs = "earlycon console=ttyS1"; 29 + bootargs = "earlycon"; 30 30 }; 31 31 }; 32 32