[openwrt/openwrt] mpc85xx: add linux,stdout-path for WS-AP3825i
LEDE Commits
lede-commits at lists.infradead.org
Sat Apr 8 05:47:18 PDT 2023
blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e81709af1330ec5e1b388dc30f6c0e3b882b3170
commit e81709af1330ec5e1b388dc30f6c0e3b882b3170
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sun Apr 2 04:11:12 2023 +0200
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 <mail at david-bauer.net>
---
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 {
More information about the lede-commits
mailing list