
25 Sep
2017
25 Sep
'17
4:12 a.m.
On 15 September 2017 at 06:02, Philipp Tomsich philipp.tomsich@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@theobroma-systems.com
arch/arm/include/asm/system.h | 62 +++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 31 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org