[PATCH 5/9] test: common/print: do not use fixed buffer addresses
Simon Glass
sjg at chromium.org
Fri Nov 14 13:44:59 CET 2025
Hi Heinrich,
On Sun, 9 Nov 2025 at 03:10, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> The location of memory depends on the board. Do not assume memory at fixed
> memory locations. Use calloc() instead to allocate buffers.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> test/common/print.c | 76 ++++++++++++++++++++++++---------------------
> 1 file changed, 40 insertions(+), 36 deletions(-)
>
I have the same question, as to the value of this test when it is
already covered by sandbox.
Regards,
Simon
More information about the U-Boot
mailing list