spl: Drop use of uintptr_t
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2024 17:24:05 +0000 (10:24 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 12 Dec 2024 22:35:24 +0000 (16:35 -0600)
commit290d0cf0c06e128a7f7d948fd54f0b22ee95aa62
treefd49b3caac9384e1a9bc50ae605e771cf68a52fe
parent1c5c5a3dcca375dd972aa8942f9b079f6111e6fc
spl: Drop use of uintptr_t

U-Boot uses ulong for addresses. It is confusing to use uintptr_t in a
few places, since it makes people wonder if the types are compatible.
Change the few occurences in SPL to use ulong

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/spl_atf.c
common/spl/spl_fit.c
common/spl/spl_legacy.c
include/spl.h