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

2017-09-24 Thread Simon Glass
On 15 September 2017 at 06:02, Philipp Tomsich 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

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

2017-09-15 Thread Philipp Tomsich
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