spl: Drop use of uintptr_t
authorSimon Glass <sjg@chromium.org>
Thu, 19 Dec 2024 18:29:00 +0000 (11:29 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 27 Dec 2024 21:16:10 +0000 (15:16 -0600)
commit7a585b9d6a30e4122f9944b792f4da8ba5196d86
tree757d5423171e0bbbd65d872526e2e196959df7c4
parent7f67b6fa835ac885073183846f797808795a5bde
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