1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 12:14:01 +02:00

mpc85xx: fix dtc warning

States to remove the linux prefix

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-11-13 17:09:42 -08:00 committed by Christian Marangi
parent 733a99d824
commit 2ed2b8b16c
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@
/ {
chosen {
linux,stdout-path = "/soc@ffe00000/serial@4500";
stdout-path = "/soc@ffe00000/serial@4500";
};
cpus {

View File

@ -20,7 +20,7 @@
chosen {
bootargs-override = "console=ttyS0,115200";
linux,stdout-path = &serial0;
stdout-path = &serial0;
};
memory {