Re: [U-Boot] [PATCH 11/15] serial: sandbox: Allow serial output without device tree

2018-10-09 Thread sjg
At present sandbox assumes that device-tree control is active, but this may not be the case in SPL or TPL. Add some conditions to handle this. Signed-off-by: Simon Glass --- drivers/serial/sandbox.c | 5 + 1 file changed, 5 insertions(+) Applied to u-boot-dm ___

[U-Boot] [PATCH 11/15] serial: sandbox: Allow serial output without device tree

2018-10-01 Thread Simon Glass
At present sandbox assumes that device-tree control is active, but this may not be the case in SPL or TPL. Add some conditions to handle this. Signed-off-by: Simon Glass --- drivers/serial/sandbox.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/serial/sandbox.c b/drivers/seri