Hi Zhiqiang,

On Fri, 19 Jul 2024 at 12:28, Zhiqiang Hou <zhiqiang....@nxp.com> wrote:
>
> From: Tao Yang <tao.ya...@nxp.com>
>
> Implement the cpu command to kick cpu core to run barematel or RTOS
> applications.
>
> Signed-off-by: Tao Yang <tao.ya...@nxp.com>
> Signed-off-by: Hou Zhiqiang <zhiqiang....@nxp.com>
> ---
>  arch/arm/mach-imx/imx9/Makefile |  4 +-
>  arch/arm/mach-imx/imx9/mp.c     | 81 +++++++++++++++++++++++++++++++++
>  2 files changed, 84 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm/mach-imx/imx9/mp.c

This seems to be adding more code to a deprecated API. It should use
UCLASS_CPU and driver model. See the comment at the top of cpu_func.h

Regards,
Simon

Reply via email to