commit | bbce5f36df646c5d0e0ecfc910bc9367913b656a | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovpanait@gmail.com> | Tue Sep 13 21:31:28 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 21:05:17 2022 -0400 |
tree | 8b62c9301b30f4257185baa38ff431351b7d7aa4 | |
parent | fefffcf57e43d185e6171b9ab2c1aaf764b4b03f [diff] |
common/board_f: introduce arch_setup_dest_addr() In order to move ppc-specific code out of setup_dest_addr(), provide an arch-specific variant arch_setup_dest_addr(), that can be used by architecture code to fix up the initial reloc address. It is called at the end of setup_dest_addr() initcall and the default implementation is a nop stub. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>