ARM: zynq: Fix all remaining zynq platform to use stdout-path

Fix console setup for all remaining zynq boards.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2016-01-27 15:55:55 +01:00
parent e5c343dddc
commit 4691941b45
4 changed files with 8 additions and 12 deletions
+2 -3
View File
@@ -21,9 +21,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
linux,stdout-path = &uart1;
stdout-path = &uart1;
bootargs = "root=/dev/ram rw earlyprintk";
stdout-path = "serial0:115200n8";
};
memory {
+2 -3
View File
@@ -18,9 +18,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
linux,stdout-path = &uart1;
stdout-path = &uart1;
bootargs = "root=/dev/ram rw earlyprintk";
stdout-path = "serial0:115200n8";
};
memory {
+2 -3
View File
@@ -20,9 +20,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
linux,stdout-path = &uart1;
stdout-path = &uart1;
bootargs = "root=/dev/ram rw earlyprintk";
stdout-path = "serial0:115200n8";
};
memory {
+2 -3
View File
@@ -20,9 +20,8 @@
};
chosen {
bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk";
linux,stdout-path = &uart0;
stdout-path = &uart0;
bootargs = "root=/dev/ram rw earlyprintk";
stdout-path = "serial0:115200n8";
};
memory {