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 <[email protected]>
> Signed-off-by: Andreas Färber <[email protected]>
> ---
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