commit | 7eed9738b27a46b67da9ff4aab15a896ecf90ec0 | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Mon Jul 04 12:07:59 2022 +0200 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Thu Oct 20 18:21:28 2022 +0200 |
tree | a3dcda48b736e84847de63fa0363b89556f5cd5c | |
parent | 350d6d5e7685365f319e07b3f6661465316805b3 [diff] |
refactor(imx8mn): cleanup the mmap region settings No functional change. Introduce the bl_regions array to gather all regions and make use of the MAP_REGION_FLAT() macro. The array is than passed to mmap_add() to map all regions. While on it introduce some defines so the addr, size and flags can be read more easily. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: Id5849d2a7326a943927f458f1c6abbc041f5be18