-
- Downloads
SPL: make struct spl_image 64-bit safe
Since entry_point and load_addr are addresses, they should be represented as longs to cover the whole address space and to avoid warning when compiling the SPL in 64-bit. Also adjust debug prints to add the 'l' specifier, where needed. Signed-off-by:Andre Przywara <andre.przywara@arm.com> Reviewed-by:
Alexander Graf <agraf@suse.de> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Tom Rini <trini@konsulko.com> Acked-by:
Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by:
Jagan Teki <jagan@openedev.com>
Showing
- arch/arm/mach-omap2/boot-common.c 1 addition, 1 deletionarch/arm/mach-omap2/boot-common.c
- arch/arm/mach-tegra/spl.c 1 addition, 1 deletionarch/arm/mach-tegra/spl.c
- common/spl/spl.c 4 additions, 4 deletionscommon/spl/spl.c
- common/spl/spl_mmc.c 1 addition, 1 deletioncommon/spl/spl_mmc.c
- include/spl.h 2 additions, 2 deletionsinclude/spl.h
Loading
Please register or sign in to comment