[U-Boot] [PATCH] serial: ns16550: Link in the DM driver when when using platdata

Simon Glass sjg at chromium.org
Sat Apr 1 04:23:05 UTC 2017


On 27 March 2017 at 13:54, Alexandru Gagniuc <alex.g at adaptrum.com> wrote:
> Do not condition the compilation of the U_BOOT_DRIVER by !OF_PLATDATA.
> This is inconsistent with the majority of other drivers. This also
> blocks OF_PLATDATA boards with an 16550-compatible serial from using
> serial in SPL.
>
> Signed-off-by: Alexandru Gagniuc <alex.g at adaptrum.com>
> ---
>  drivers/serial/ns16550.c | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list