]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Allow debug UART to support an early console
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:33 +0000 (15:38 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:36:28 +0000 (13:36 +0200)
commitfc6540af3f8e7e983412cdee4a09ae784d8afdf2
treeaa7244dfd99a06a0902ca2af054ff934635b40f3
parentb4e1cdd593d7e40dc5d8fd156083a67dde827e48
dm: Allow debug UART to support an early console

When there is no console ready, allow the debug UART to be used for output.
This makes debugging of early code considerably easier.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/console.c