Skip to content
Commit 301ae618 authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

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: 1b8a1be1 ("spl: spl_legacy: Fix spl_end address")
Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent bfcf7521
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment