]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: zynq: Fix all remaining zynq platform to use stdout-path
authorMichal Simek <michal.simek@xilinx.com>
Tue, 12 Jan 2016 12:56:44 +0000 (13:56 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Jan 2016 14:55:55 +0000 (15:55 +0100)
Fix console setup for all remaining zynq boards.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-zc770-xm010.dts
arch/arm/dts/zynq-zc770-xm011.dts
arch/arm/dts/zynq-zc770-xm012.dts
arch/arm/dts/zynq-zc770-xm013.dts

index 07e2b7a7387de602fd383d7ab4f0325d9943cdb7..b6982c0c45dae9f3e03f527606476001a594c427 100644 (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 {
index 77e3bb0e631050aeaeae2cfc07d1a312a983e6fb..ae54519630bf5599dba99e57c90158060e6910bd 100644 (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 {
index 3e1769acb51f994c20a85f9353efc450563560aa..3c50b99933febd942b5fbf2ebbe7b62ed194af5c 100644 (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 {
index 288e248374795238464c53f15f2ca10f2ebd3d06..5077cdbc3e46b622088a24723a76399e7efef0b8 100644 (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 {