commit | c6999d216b7a344c0e73d663e9acac0efa9855a0 | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Wed Sep 06 16:07:37 2023 +0200 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Thu Oct 05 16:02:10 2023 +0200 |
tree | 66b31a9ecc85d56cd6df68fd7b1b5778a6586fba | |
parent | 5b65a99a42edd79daa77ac0eecfb60a54d9b5b74 [diff] |
fix(imx8m): map BL32 memory only if SPD_opteed or SPD_trusty is enabled Always map the BL32 memory can interfere with the BL33 mapping if the BL33 is not aware of the mapping, e.g. different memory tagging secure/non-secure. Therefore map the memory only if BL32 (opteed, trusty) is enabled and BL33 is aware of this memory mapping. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: I9c2bf78aa6e88c93e749a9248724186fee9df864