commit | 5d4ad5c07e0cafcc438de4404a0f1c78c9d12643 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 26 11:43:15 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 03 16:00:42 2025 -0600 |
tree | 5180331d0359dc07a6c0d4cdc1205e30b2f872a2 | |
parent | 52b51ab598e9cc31fcd36e7bb295df8359329c28 [diff] |
spl: Adjust debugging and xPL symbols The size of some malloc() fields has reduced on 64-bit machines, but the spl_reloc code was not updated. Fix this to avoid a compiler warning. Also update for the new xPL naming. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>