commit | 405e06c387a14ee483fb37d7cb9e1d0e4114030f | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Tue Oct 31 00:17:39 2023 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Jan 29 14:30:59 2024 +0000 |
tree | 7034a21615048d123fb882337138eb03022f49e0 | |
parent | 3d37a01faae00bd9f884041349ea488c4ae2e036 [diff] |
sunxi: binman: Move BL31 and SCP firmware addresses to Kconfig This is easier to read than the #ifdef staircase, provides better visibility into the memory map (alongside the other Kconfig definitions), and allows these addresses to be reused from code. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com>