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
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue