arm: zynq: Remove earlycon from bootargs

Earlyconsole is used for early kernel debugging that's why this option
shouldn't be enabled by default.
Earlyconsole is partially copying the part of the bootlog after
"bootconsole [uart0] disabled".

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
这个提交包含在:
Michal Simek
2016-02-16 09:49:27 +01:00
父节点 1188c024f2
当前提交 21ad06cc9e
修改 5 个文件,包含 5 行新增5 行删除

查看文件

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