commit | 301ae618424f48daba766cb0164a752623f8dbec | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:47:37 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | 1ca28ec0981c6fbde8eee376b623210015cbb260 | |
parent | bfcf7521eb73a0a38412307f6a398a0ae0d1b10d [diff] |
spl: legacy: Fix referencing _image_binary_end On non-arm architectures, _image_binary_end is defined as a ulong and not a char[]. Take the address of it when accessing it, which is correct for both. Fixes: 1b8a1be1a1f ("spl: spl_legacy: Fix spl_end address") Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>