[PATCH v3] tty: serial: meson: Implement earlycon support
Arnd Bergmann
arnd at arndb.de
Wed Mar 2 01:19:54 PST 2016
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 <nicolassaenzj at gmail.com>
> Signed-off-by: Andreas Färber <afaerber at 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
More information about the linux-arm-kernel
mailing list