diff options
| author | Rosen Penev | 2023-11-14 01:09:42 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-11-21 22:10:17 +0000 |
| commit | 2ed2b8b16c8cd7a8a072be3ed2e115795c0e96bf (patch) | |
| tree | 9e3cd38091b57961dd54e3490feb96d65bd130f0 | |
| parent | 733a99d8247b999b10eeab6c9b17136fbb2d9d9c (diff) | |
| download | openwrt-2ed2b8b16c8cd7a8a072be3ed2e115795c0e96bf.tar.gz | |
mpc85xx: fix dtc warning
States to remove the linux prefix
Signed-off-by: Rosen Penev <rosenp@gmail.com>
| -rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts | 2 | ||||
| -rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/ws-ap3825i.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts index a4bc10ff38..d5b283658f 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/br200-wp.dts @@ -326,7 +326,7 @@ / { chosen { - linux,stdout-path = "/soc@ffe00000/serial@4500"; + stdout-path = "/soc@ffe00000/serial@4500"; }; cpus { 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 a347900e5d..ef40a4d2a3 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,7 +20,7 @@ chosen { bootargs-override = "console=ttyS0,115200"; - linux,stdout-path = &serial0; + stdout-path = &serial0; }; memory { |