]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(imx8mn): make use of setup_page_tables()
authorMarco Felsch <m.felsch@pengutronix.de>
Mon, 4 Jul 2022 10:11:01 +0000 (12:11 +0200)
committerMarco Felsch <m.felsch@pengutronix.de>
Thu, 20 Oct 2022 16:21:33 +0000 (18:21 +0200)
commit602b3286a515a78f6ed674ed99a5167fbcaf92c1
tree63ec8aea8be6cefb5cfdd2a2c81635accf3aede2
parentb6ac8cc27ee2102aac76ae5415ffff4bfe80fdd5
refactor(imx8mn): make use of setup_page_tables()

No functional change.

Use the setup_page_tables() helper function which does the three calls
for us. Also the function has some logging support which will be nice
during debugging.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Change-Id: I2f0182f19300a3a57bbeb7e2107c5fb5525dd0c1
plat/imx/imx8m/imx8mn/imx8mn_bl31_setup.c