]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(imx8mq): remove empty bl31_plat_runtime_setup
authorLucas Stach <l.stach@pengutronix.de>
Thu, 8 Dec 2022 16:51:17 +0000 (17:51 +0100)
committerLucas Stach <l.stach@pengutronix.de>
Tue, 13 Dec 2022 10:08:33 +0000 (11:08 +0100)
commit7698dbab96072881e0912322db5036529bf8553c
treeace07a831cda420e4d5c705984d9736ca0cfaa0f
parent202737efda85b2ea61934123b8ffa492f5dc3679
feat(imx8mq): remove empty bl31_plat_runtime_setup

Having this empty definition is actively harmful, as it prevents the
default weak function to be used, which does a switch of the console
state.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Change-Id: I3b78e0c524c4907714036dba573a44d8f9c48b09
plat/imx/imx8m/imx8mq/imx8mq_bl31_setup.c