commit | c058d8bb13ece90f5b954b4d6e9809f118f96315 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 10 17:16:48 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 08:13:14 2014 +0100 |
tree | bd3b443d6a7bfd76c40f91c5774c8200594afd3d | |
parent | b38ea5a632ca09ba1ba517afb1b353fe28cae70c [diff] |
dm: Allow stdio registration to be dropped 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>