]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(imx8mn): cleanup the mmap region settings
authorMarco Felsch <m.felsch@pengutronix.de>
Mon, 4 Jul 2022 10:07:59 +0000 (12:07 +0200)
committerMarco Felsch <m.felsch@pengutronix.de>
Thu, 20 Oct 2022 16:21:28 +0000 (18:21 +0200)
commitb6ac8cc27ee2102aac76ae5415ffff4bfe80fdd5
treea3dcda48b736e84847de63fa0363b89556f5cd5c
parent7a443fefa4eaef65332a38c8189573b5b4b4a1e3
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
plat/imx/imx8m/imx8mn/imx8mn_bl31_setup.c