[U-Boot] [PATCH v2 06/23] SPL: make struct spl_image 64-bit safe

Simon Glass sjg at chromium.org
Mon Dec 5 07:25:37 CET 2016


On 4 December 2016 at 18:52, Andre Przywara <andre.przywara at arm.com> wrote:
> 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 at arm.com>
> Reviewed-by: Alexander Graf <agraf at suse.de>
> ---
>  arch/arm/mach-omap2/boot-common.c | 2 +-
>  arch/arm/mach-tegra/spl.c         | 2 +-
>  common/spl/spl.c                  | 8 ++++----
>  common/spl/spl_mmc.c              | 2 +-
>  include/spl.h                     | 4 ++--
>  5 files changed, 9 insertions(+), 9 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list