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

2025-05-08 Thread Christoph Niedermaier
From: Tom Rini Sent: Wednesday, May 7, 2025 7:43 PM > On Wed, Apr 30, 2025 at 12:35:48PM +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_

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

2025-05-07 Thread Tom Rini
On Wed, Apr 30, 2025 at 12:35:48PM +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