[PATCH v3] tty: serial: meson: Implement earlycon support
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-03-02 09:21:06
Also in:
linux-serial, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-03-02 09:21:06
Also in:
linux-serial, lkml
On Wednesday 02 March 2016 03:49:09 Andreas F?rber wrote:
Split off the bulk of the existing meson_serial_console_write() implementation into meson_serial_port_write() for implementing meson_serial_early_console_write(). Use "meson" as the earlycon driver name, courtesy of Nicolas. Signed-off-by: Nicolas Saenz Julienne <redacted> Signed-off-by: Andreas F?rber <afaerber@suse.de> ---
I think you also have to add select SERIAL_EARLYCON in the Kconfig file now, to avoid build errors when no other driver selects that. Arnd