commit | d302186ad1b28a605e45e05d9c9a40b2a2b06bac | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Mon Aug 22 12:30:11 2022 +0200 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Thu Oct 20 18:22:43 2022 +0200 |
tree | 0358ebc524e1b55033a9c3c66f6da00fcdfe5e95 | |
parent | 0679c020f5aa3defd44a52f916307bfcd2902f5a [diff] |
refactor(imx8mm): 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: I8670faa5d5a572ef230011594f3d0d594fb257d9