]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(imx8m): make psci common code pie compatible
authorMarco Felsch <m.felsch@pengutronix.de>
Tue, 5 Jul 2022 13:00:44 +0000 (15:00 +0200)
committerMarco Felsch <m.felsch@pengutronix.de>
Thu, 20 Oct 2022 16:16:41 +0000 (18:16 +0200)
commit5d2d3328db88846accd179c96d71bab79a150937
treeb26ecb14ef04e04e7b59a5e331101e2e08f92d7a
parent6c8f523138cd94bc0608708e821a09b02c8c2f5a
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
plat/imx/imx8m/imx8m_psci_common.c