Re: [PATCH v4 40/45] log: Support outputing function names in SPL

2023-07-13 Thread Bin Meng
On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote: > > The output is garbled when tiny printf() is used. Correct this by adding > a special case. > > Signed-off-by: Simon Glass > --- > > (no changes since v2) > > Changes in v2: > - Add new patch to support outputing function names in SPL > > com

[PATCH v4 40/45] log: Support outputing function names in SPL

2023-06-19 Thread Simon Glass
The output is garbled when tiny printf() is used. Correct this by adding a special case. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Add new patch to support outputing function names in SPL common/log_console.c | 10 -- 1 file changed, 8 insertions(+), 2 dele