commit | 92c55b682cf24dc454d95149d3476dc66d514555 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 13 21:36:58 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 12 10:19:09 2016 -0700 |
tree | 606529151644a1ef23dd6f0a31317be4da357f56 | |
parent | d4f847ecd789c8b99d98a512e85406255fa192ce [diff] |
dm: serial: Allow the UART driver to be dropped from the image In very very space-constrained devices even the full UART driver is too large. In this case the debug UART can still be used in some cases. Add options to enable the UART driver in SPL and U-Boot proper. Enable both options by default. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Thomas Chou <thomas@wytron.com.tw>