]> git.dujemihanovic.xyz Git - u-boot.git/commit
log: Support outputing function names in SPL
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:39:14 +0000 (21:39 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:23:15 +0000 (17:23 +0800)
commitf9ebfd7c7acebd3d28a3be1d33e30c6f88a05302
tree3ae6b9f357f8a5e88b38a8327b3772463e74a7df
parentdac1fa5c197ae30a60b2ce7489051359b9c8ebea
log: Support outputing function names in SPL

The output is garbled when tiny printf() is used. Correct this by adding
a special case.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/log_console.c