mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
mpc85xx: fix dtc warning
States to remove the linux prefix Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
733a99d824
commit
2ed2b8b16c
@ -326,7 +326,7 @@
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
linux,stdout-path = "/soc@ffe00000/serial@4500";
|
||||
stdout-path = "/soc@ffe00000/serial@4500";
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
chosen {
|
||||
bootargs-override = "console=ttyS0,115200";
|
||||
linux,stdout-path = &serial0;
|
||||
stdout-path = &serial0;
|
||||
};
|
||||
|
||||
memory {
|
||||
|
Loading…
x
Reference in New Issue
Block a user