commit | fd4b53088cf350980c8b817c140068e8d7487b4f | [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 | 58f581586f9feed91ce4454638af0b59652a1666 [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>