Re: [PATCH v2 13/60] console: Support a format string for stderr output

2025-05-02 Thread Sverdlin, Alexander
Hi Simon! On Fri, 2025-05-02 at 08:46 -0600, Simon Glass wrote: > Add a console_printf_select_stderr() function so that it is not > necessary for the caller to process the format string. > > Signed-off-by: Simon Glass Reviewed-by: Alexander Sverdlin > --- > > (no changes since v1) > >  comm

[PATCH v2 13/60] console: Support a format string for stderr output

2025-05-02 Thread Simon Glass
Add a console_printf_select_stderr() function so that it is not necessary for the caller to process the format string. Signed-off-by: Simon Glass --- (no changes since v1) common/console.c | 18 ++ include/console.h | 15 +++ 2 files changed, 33 insertions(+) diff