diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-11-27 11:20:54 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-15 14:36:11 -0500 |
commit | dd500134a4201f0edd8a8f6b9618ed7094b8d29e (patch) | |
tree | 13375c3746f034584f278520c92508d22c7b637b /test/py | |
parent | ce9af2a6b57b512853d6e6234616edc4265669de (diff) | |
download | u-boot-dd500134a4201f0edd8a8f6b9618ed7094b8d29e.tar.gz u-boot-dd500134a4201f0edd8a8f6b9618ed7094b8d29e.tar.bz2 u-boot-dd500134a4201f0edd8a8f6b9618ed7094b8d29e.zip |
log: use console puts to output trace before LOG init
Use the console puts functions to output the traces before
the log initialization (when CONFIG_LOG is not activated).
This patch allows to display the first U-Boot traces
(with macro debug) when CONFIG_DEBUG_UART is activated
and not only drop them.
For example for traces in board_f.c requested by the macro debug,
when LOG_DEBUG is defined and CONFIG_LOG is activated.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'test/py')
0 files changed, 0 insertions, 0 deletions