PBL: console: Make independent of DEBUG_LL
With more stuff being done in PBL regular console support gets more and more
useful. This makes the PBL console independent of DEBUG_LL which is only
meant for early debugging but not regular output.
To use the regular PBL console a board must call pbl_set_putc() which stores
a pointer to the putc function to be used.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 37b8e17 commit ca8a4b0ff52a7505d3970c2619a309a52f7479fc
@Sascha Hauer Sascha Hauer authored on 29 Jul 2015
Showing 3 changed files
View
common/Kconfig
View
include/console.h
View
pbl/console.c