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: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2016-02-15 16:36:11 +01:00
parent b977025153
commit 07bf429da1
5 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
};
chosen {
bootargs = "earlyprintk";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};