mpc85xx: fix dtc warning
States to remove the linux prefix Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
733a99d824
commit
2ed2b8b16c
@@ -326,7 +326,7 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
linux,stdout-path = "/soc@ffe00000/serial@4500";
|
stdout-path = "/soc@ffe00000/serial@4500";
|
||||||
};
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
bootargs-override = "console=ttyS0,115200";
|
bootargs-override = "console=ttyS0,115200";
|
||||||
linux,stdout-path = &serial0;
|
stdout-path = &serial0;
|
||||||
};
|
};
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
|
|||||||
Reference in New Issue
Block a user