From e81709af1330ec5e1b388dc30f6c0e3b882b3170 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 2 Apr 2023 04:11:12 +0200 Subject: [PATCH] mpc85xx: add linux,stdout-path for WS-AP3825i This is normally filled by U-Boot. Prevents double-printing of early console messages. Also enables debug-output by the zImage wrapper. Signed-off-by: David Bauer --- target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts index 684bd72548..7bded5da79 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts @@ -20,6 +20,7 @@ chosen { bootargs-override = "console=ttyS0,115200"; + linux,stdout-path = &serial0; }; memory { -- 2.30.2