[U-Boot] [PATCH 1/3] arm: make save_boot_params_ret prototype visible for AArch64

Simon Glass sjg at chromium.org
Mon Sep 25 02:12:30 UTC 2017


On 15 September 2017 at 06:02, Philipp Tomsich
<philipp.tomsich at theobroma-systems.com> wrote:
> The save_boot_params_ret() prototype (for those of us, that have a
> valid SP on entry and can implement save_boot_params() in C), was
> previously only defined for !defined(CONFIG_ARM64).
>
> This moves the declaration to a common block to ensure the prototype
> is available to everyone that might need it.
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
> ---
>
>  arch/arm/include/asm/system.h | 62 +++++++++++++++++++++----------------------
>  1 file changed, 31 insertions(+), 31 deletions(-)

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


More information about the U-Boot mailing list