> Subject: [PATCH] imx: imx8: fix build when CONFIG_IMX_BOOTAUX is > set > > From: Max Krummenacher <[email protected]> > > Use correct function name. > > Fixes: e8cd1f60d964 ("imx: imx8: bootaux: Add i.MX8 M4 boot > support") > Signed-off-by: Max Krummenacher <[email protected]> > --- > > arch/arm/mach-imx/imx8/cpu.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/mach-imx/imx8/cpu.c b/arch/arm/mach- > imx/imx8/cpu.c index accba502e492..834aca82bcfd 100644 > --- a/arch/arm/mach-imx/imx8/cpu.c > +++ b/arch/arm/mach-imx/imx8/cpu.c > @@ -258,14 +258,14 @@ int arch_auxiliary_core_up(u32 core_id, > ulong boot_private_data) > return -EIO; > } > > - if (!power_domain_lookup_name("audio_sai0", &pd)) > { > + if (!imx8_power_domain_lookup_name("audio_sai0", > &pd)) {
I think need to find a proper fix to this. This API is legacy API. Thanks Peng

