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

@@ -34,7 +34,7 @@
};
chosen {
bootargs = "earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
bootargs = "earlycon root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
stdout-path = "serial0:115200n8";
};
};