commit | cd36d459784fae224f8e321eebe67209c87d3992 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Oct 10 16:21:11 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Nov 21 23:57:22 2017 +0100 |
tree | 99179445ef4d5404c9b7c79fcd8917cbfe2992e7 | |
parent | 9f1a447daaa0796236f304decd1b14b7c6c40c76 [diff] |
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>