提交 2221043b 编写于 作者: M Michal Simek

ARM: dts: zynq: Fix stdout-path and bootargs

parallella - Remove linux,stdout-path.
Use stdout-path to identify kernel console
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
Acked-by: NMark Rutland <mark.rutland@arm.com>
上级 1b654bc9
......@@ -34,8 +34,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
linux,stdout-path = "/amba/serial@e0001000";
bootargs = "earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
stdout-path = "serial0:115200n8";
};
};
......
......@@ -30,7 +30,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};
leds {
......
......@@ -30,7 +30,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};
usb_phy0: phy0 {
......
......@@ -29,7 +29,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};
usb_phy0: phy0 {
......
......@@ -29,7 +29,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 earlyprintk";
bootargs = "earlyprintk";
stdout-path = "serial0:115200n8";
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册