commit | 7d50c291dde5cebfc2e6821477527754c300f930 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed Mar 01 21:04:15 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 01 21:28:34 2017 -0500 |
tree | 14a5c6e489f04a8b5bcbdb3adc628afe7af45b49 | |
parent | 07e28ae3bd44165259eb9e191f921ed7715002ff [diff] |
armv8: spl: Call spl_relocate_stack_gd for ARMv8 As part of the startup process for boards using the SPL, we need to call spl_relocate_stack_gd. This is needed to set up malloc with its DRAM buffer. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Simon Glass <sjg@chromium.org>