[U-Boot] [U-Boot, v5, 11/18] arm: make save_boot_params_ret prototype visible for AArch64

Philipp Tomsich philipp.tomsich at theobroma-systems.com
Tue Nov 7 14:18:47 UTC 2017


> 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>
> Tested-by: Andy Yan <andy.yan at rock-chips.com>
> ---
> 
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
> 
>  arch/arm/include/asm/system.h | 62 +++++++++++++++++++++----------------------
>  1 file changed, 31 insertions(+), 31 deletions(-)
> 

Applied to u-boot-rockchip/next, thanks!


More information about the U-Boot mailing list