commit | c995943de825109b736c9972d12d68f962ec5b01 | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Fri Jul 01 15:44:09 2022 +0200 |
committer | Marco Felsch <m.felsch@pengutronix.de> | Thu Oct 20 18:20:19 2022 +0200 |
tree | 1c8dcbde55c9ffe09a0dce9f895ee6182337ff6d | |
parent | 5d2d3328db88846accd179c96d71bab79a150937 [diff] |
refactor(imx8mp): cleanup the mmap region settings 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. No functional change done. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Change-Id: I7f637beea61138a86d691cd78fba2dd17e4dc925