commit | 5ba173a63fc8315cfcf5a64cbe129007c4e2efaf | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Mon Jul 04 11:09:46 2022 +0200 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Thu Oct 20 18:20:27 2022 +0200 |
tree | 8d305cd6877cb4105f510b36f0ea31b60ac25d5b | |
parent | 150a915d27c876f12cd4f731808ccf4e518430be [diff] |
refactor(imx8mp): introduce BL2_SIZE and BL31_SIZE No functional change. Introduce BLx_SIZE defines and calculate the limits based on the BLx_BASE and the BLx_SIZE define. Also make use of SZ_128K to make it easier to read. This is required for later BL31 PIE support since it drops the calculation based on the BL31_LIMIT and BL31_BASE. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: Idae34c1dfcedd35238fe083149080a199d50eed0