
13 Apr
2017
13 Apr
'17
11:16 p.m.
On 31 March 2017 at 22:23, Simon Glass sjg@chromium.org wrote:
On 27 March 2017 at 13:54, Alexandru Gagniuc alex.g@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@adaptrum.com
drivers/serial/ns16550.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!