commit | d63fc99435f462cbef5e062cb5f18711c947bf01 | [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 | 85e68ae001d4449f02e6ce99b91e160bd94eb69c [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>