commit | f45f5dbb147c93da5587a20c0870f676a31e7ee2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 07 10:24:05 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 12 16:35:24 2024 -0600 |
tree | fd49b3caac9384e1a9bc50ae605e771cf68a52fe | |
parent | ad13a39998abec6c6c73338e32684423b26ec40f [diff] |
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>