[PATCH] verdin-imx8mm, verdin-imx8mp: Fix default systemd console output

2022-04-21 Thread Philippe Schenker
From: Philippe Schenker systemd prints its messages on the last console= statement that it finds in the kernel arguments. The current ordering sends the systemd messages to tty1, by default this is the display. Ensure that systemd sends its messages to the default UART, reorder the console= stat

Re: [PATCH] verdin-imx8mm, verdin-imx8mp: Fix default systemd console output

2022-04-21 Thread Marcel Ziswiler
On Thu, 2022-04-21 at 11:23 +0200, Philippe Schenker wrote: > From: Philippe Schenker > > systemd prints its messages on the last console= statement that it finds > in the kernel arguments. The current ordering sends the systemd messages > to tty1, by default this is the display. > > Ensure that

Re: [PATCH] verdin-imx8mm, verdin-imx8mp: Fix default systemd console output

2022-04-21 Thread Stefano Babic
On 21.04.22 11:23, Philippe Schenker wrote: From: Philippe Schenker systemd prints its messages on the last console= statement that it finds in the kernel arguments. The current ordering sends the systemd messages to tty1, by default this is the display. Ensure that systemd sends its messages