1 /* SPDX-License-Identifier: GPL-2.0-only */
5 #include <soc/bl31_plat_params.h>
7 static struct bl31_plat_param
*plat_params
;
9 void cn81xx_register_bl31_param(struct bl31_plat_param
*param
)
13 param
->next
= plat_params
;
17 void *soc_get_bl31_plat_params(void)