]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: make save_boot_params_ret prototype visible for AArch64
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 10 Oct 2017 14:21:11 +0000 (16:21 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 21 Nov 2017 22:57:22 +0000 (23:57 +0100)
commit7776cc011df4565ed6cf0be65d33ccf28c2fffab
tree99179445ef4d5404c9b7c79fcd8917cbfe2992e7
parentb377d22264178122e72c18c4d5d5ab2d4585cfdb
arm: make save_boot_params_ret prototype visible for AArch64

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>
Tested-by: Andy Yan <andy.yan@rock-chips.com>
arch/arm/include/asm/system.h