Re: [PATCH V4] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-05-22 Thread Tom Rini
On Thu, 08 May 2025 13:57:25 +0200, Christoph Niedermaier wrote: > The formatting with %pa / %pap behaves like %x, which results in an > incorrect value being output. To improve this, a new fine-tuning > Kconfig SPL_USE_TINY_PRINTF_POINTER_SUPPORT for pointer formatting > has been added. If it is

[PATCH V4] tiny-printf: Handle formatting of %p with an extra Kconfig

2025-05-08 Thread Christoph Niedermaier
The formatting with %pa / %pap behaves like %x, which results in an incorrect value being output. To improve this, a new fine-tuning Kconfig SPL_USE_TINY_PRINTF_POINTER_SUPPORT for pointer formatting has been added. If it is enabled, the output of %pa / %pap should be correct, and if it is disabled