]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
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)
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

index 59c3779abb7face044a7ab0632f85d24f9f53364..0feb6d7fbad207c16d03863edb19f4ca055b4bc1 100644 (file)
@@ -227,11 +227,6 @@ unsigned int plat_get_syscnt_freq2(void)
        return COUNTER_FREQUENCY;
 }
 
-void bl31_plat_runtime_setup(void)
-{
-       return;
-}
-
 #ifdef SPD_trusty
 void plat_trusty_set_boot_args(aapcs64_params_t *args)
 {