Commit 07bf429d authored by Michal Simek's avatar Michal Simek

ARM: zynq: Use earlycon instead of earlyprintk

Use early console instead of earlyprintk which is supposed to use for
very early debugging (DEBUG_LL).
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent b9770251
......@@ -34,7 +34,7 @@ memory {
};
chosen {
bootargs = "earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
bootargs = "earlycon root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
stdout-path = "serial0:115200n8";
};
};
......
......@@ -30,7 +30,7 @@ memory {
};
chosen {
bootargs = "earlyprintk";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};
......
......@@ -30,7 +30,7 @@ memory {
};
chosen {
bootargs = "earlyprintk";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};
......
......@@ -29,7 +29,7 @@ memory {
};
chosen {
bootargs = "earlyprintk";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};
......
......@@ -29,7 +29,7 @@ memory {
};
chosen {
bootargs = "earlyprintk";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment