On 15 September 2017 at 06:02, Philipp Tomsich <[email protected]> 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 <[email protected]> > --- > > arch/arm/include/asm/system.h | 62 > +++++++++++++++++++++---------------------- > 1 file changed, 31 insertions(+), 31 deletions(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

