spl: Adjust debugging and xPL symbols
authorSimon Glass <sjg@chromium.org>
Sun, 26 Jan 2025 18:43:15 +0000 (11:43 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 3 Feb 2025 22:00:42 +0000 (16:00 -0600)
commitb0407ace97d4961c09b7f5784527751a390a7044
tree5180331d0359dc07a6c0d4cdc1205e30b2f872a2
parent5929c2f39f557940a49d2852f95ade939358b705
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>
common/spl/spl_reloc.c