]> git.baikalelectronics.ru Git - uboot.git/commit
dm: serial: Allow driver-model serial to be disabled for TPL
authorSimon Glass <sjg@chromium.org>
Sun, 2 Apr 2017 15:50:32 +0000 (09:50 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 20:36:59 +0000 (16:36 -0400)
commit980bd3788d21157096a054cb7f2ce45b2229f6e0
tree27d59064d6f953675b95b162d48c0bfb70d2cd0b
parent00a0772fcf20b3217e19530746ad6151cd18025b
dm: serial: Allow driver-model serial to be disabled for TPL

Add separate enable/disable controls for driver-model serial. While this
is generally enabled in SPL it may not be in TPL, since serial output can
be obtained with the debug UART with minimal code size.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/Kconfig
drivers/serial/Makefile