commit | e1dcc6de7c838b7fa3f7adba3492c2d1cf2aaff9 | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Mon Jul 04 12:14:54 2022 +0200 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Thu Oct 20 18:21:33 2022 +0200 |
tree | f5c5b7cdc6d6a78d386eb662cee65bb8b9dc9093 | |
parent | 6d7a07b353e7b63dbfd850797a023ce3a559578f [diff] |
refactor(imx8mn): introduce BL31_SIZE Introduce BL31_SIZE define and calculate the limit based on the BL31_BASE and the BL31_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. While on it remove the duplicated <lib/utils_def.h> include. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: Ifca40bd5682ef993db986439115abd9e9a66a5b2