[U-Boot] [PATCH v3 08/14] dm: Allow stdio registration to be dropped

Simon Glass sjg at chromium.org
Sun Nov 23 13:58:43 CET 2014


On 11 November 2014 at 01:16, Simon Glass <sjg at 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 at chromium.org>
> Reviewed-by: Tom Rini <trini at 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.


More information about the U-Boot mailing list