
23 Nov
2014
23 Nov
'14
1:58 p.m.
On 11 November 2014 at 01:16, Simon Glass sjg@chromium.org wrote:
Provide a CONFIG_DM_STDIO option to enable registering a serial device with the stdio library. This is seldom useful in SPL, so disable it by default when building for SPL.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Tom Rini trini@ti.com
Changes in v3:
- Add #ifdef around serial_stub_puts() to fix error when building SPL
Changes in v2: None
drivers/serial/serial-uclass.c | 10 +++++++--- include/config_defaults.h | 1 + 2 files changed, 8 insertions(+), 3 deletions(-)
Applied to u-boot-dm.