test: cmd/fdt: do not use fixed buffer addresses
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 9 Nov 2025 10:10:07 +0000 (11:10 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 21 Nov 2025 18:18:22 +0000 (19:18 +0100)
commit1a498e5fb8a70ba9be7bb8e7c88227e9229d1d99
tree7ee6e41b0bbadef43fabf682995b868a4a4e1b25
parent394c39960e2791a90d1294d3e5a84731883c1e8f
test: cmd/fdt: do not use fixed buffer addresses

The location of memory depends on the board. Do not assume memory at fixed
memory locations. Use memalign() instead to allocate a buffer.

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/cmd/fdt.c
test/common/print.c