Re: [PATCH 05/14] mmc: Use logging instead of printf()

2024-07-21 Thread Simon Glass
Hi Sean, On Sat, 20 Jul 2024 at 16:44, Sean Anderson wrote: > > On 7/20/24 02:16, Simon Glass wrote: > > The code makes quite a few uses of __func__ which puts the function > > name into the resulting SPL image. Use the log subsystem instead, to > > reduce size. > > > > The CONFIG_LOGF_FUNC optio

Re: [PATCH 05/14] mmc: Use logging instead of printf()

2024-07-20 Thread Sean Anderson
On 7/20/24 02:16, Simon Glass wrote: The code makes quite a few uses of __func__ which puts the function name into the resulting SPL image. Use the log subsystem instead, to reduce size. The CONFIG_LOGF_FUNC option can be used to enable the function name. Signed-off-by: Simon Glass --- driv