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>
This commit is contained in:
Michal Simek 2016-02-16 09:49:27 +01:00
Родитель 1188c024f2
Коммит 21ad06cc9e
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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