commit | 217c06bd664a0d7f640eb42642cae5ad08a1c1e9 | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Tue Jul 05 15:00:44 2022 +0200 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Thu Oct 20 18:16:41 2022 +0200 |
tree | b26ecb14ef04e04e7b59a5e331101e2e08f92d7a | |
parent | 753f632b376a5a98607b27a0e81e9b597fc942e6 [diff] |
feat(imx8m): make psci common code pie compatible Swap the BL31_BASE define with the BL31_START symbol. This is required for later added PIE support because the symbol location can be relocated whereas the define can't be relocated. In case of disabled PIE support BL31_START equals BL31_BASE and so we don't need a ifdef. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: Ic1bbf3af5b346898bfcbb207ffc27d9a5bdcaae7