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

Simon Glass sjg at chromium.org
Thu Apr 13 21:16:09 UTC 2017


On 31 March 2017 at 22:23, Simon Glass <sjg at chromium.org> wrote:
> 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>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list