commit | 44853afad17a647d119ea969b33623b67d835d22 | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Tue Jan 09 14:59:20 2024 +0100 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Tue Jan 09 17:44:45 2024 +0100 |
tree | 6700307407d17443d486a76c23cbff9edea9ac22 | |
parent | 7a527ed9a76040de4dba8c23ec03426d52e79905 [diff] |
feat(imx8m): make bl33 start configurable via PRELOADED_BL33_BASE The TF-A does have a official PRELOADED_BL33_BASE define which is used to tell the TF-A where to jump and that no bl33 loading is requied. Use this to make the platform specific PLAT_NS_IMAGE_OFFSET configurable. This becomes necessary if one would like to place the bl33 code to other places. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: I9d462c0e9df8e6d2ad78ee770bfa59e680739a51