bloblist: use correct types for physical addresses
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 1 Sep 2025 15:16:35 +0000 (17:16 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 Sep 2025 19:49:34 +0000 (13:49 -0600)
commit7e2c23eacd8e6fe76306ebf3cd6e31d52695b617
tree14976c00f58d2429885c549a976743e14b034433
parent5cd1b21bf6f0f0ac037193f9aed4e50fafe7282a
bloblist: use correct types for physical addresses

It is expected that bloblists are stored in high memory beyond 2 GiB.
We must not use int as data type for these addresses but phys_addr_t.

Fixes: f9ef9fb033d5 ("bloblist: Handle alignment with a void entry")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
common/bloblist.c