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

ARM: zynq: Use earlycon instead of earlyprintk

Use early console instead of earlyprintk which is supposed to use for
very early debugging (DEBUG_LL).

Signed-off-by: Michal Simek <michal.simek@xilinx.com>

+5 -5
+1 -1
arch/arm/boot/dts/zynq-parallella.dts
··· 34 34 }; 35 35 36 36 chosen { 37 - bootargs = "earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait"; 37 + bootargs = "earlycon root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait"; 38 38 stdout-path = "serial0:115200n8"; 39 39 }; 40 40 };
+1 -1
arch/arm/boot/dts/zynq-zc702.dts
··· 30 30 }; 31 31 32 32 chosen { 33 - bootargs = "earlyprintk"; 33 + bootargs = "earlycon"; 34 34 stdout-path = "serial0:115200n8"; 35 35 }; 36 36
+1 -1
arch/arm/boot/dts/zynq-zc706.dts
··· 30 30 }; 31 31 32 32 chosen { 33 - bootargs = "earlyprintk"; 33 + bootargs = "earlycon"; 34 34 stdout-path = "serial0:115200n8"; 35 35 }; 36 36
+1 -1
arch/arm/boot/dts/zynq-zed.dts
··· 29 29 }; 30 30 31 31 chosen { 32 - bootargs = "earlyprintk"; 32 + bootargs = "earlycon"; 33 33 stdout-path = "serial0:115200n8"; 34 34 }; 35 35
+1 -1
arch/arm/boot/dts/zynq-zybo.dts
··· 29 29 }; 30 30 31 31 chosen { 32 - bootargs = "earlyprintk"; 32 + bootargs = "earlycon"; 33 33 stdout-path = "serial0:115200n8"; 34 34 }; 35 35