mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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:
parent
e5c343dddc
commit
4691941b45
4 changed files with 8 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue