
1 Apr
2017
1 Apr
'17
6:23 a.m.
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