imx: bootaux: change names of MACROs used to boot MCU on iMX devices
authorPeng Fan <peng.fan@nxp.com>
Thu, 15 Jun 2023 10:09:18 +0000 (18:09 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 13 Jul 2023 09:29:40 +0000 (11:29 +0200)
commit9395eb05ee816fd8e5082e10e84391e5a621d9f0
treef54718d3072d62aafed95352f6de4b13e947f983
parent455ebf8f455d4bd78237884aaf948c54fb6639b6
imx: bootaux: change names of MACROs used to boot MCU on iMX devices

The current bootaux supports i.MX8M and i.MX93, but the name "_M4_"
implies that the SoCs have Cortex-M4. Actually i.MX8MM/Q use Cortex-M4,
i.MX8MN/P use Cortex-M7, i.MX93 use Cortex-M33, so use "_MCU_" in place
of "_M4_" to simplify the naming.

Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/include/asm/arch-imx8m/imx-regs.h
arch/arm/include/asm/arch-mx6/imx-regs.h
arch/arm/include/asm/arch-mx7/imx-regs.h
arch/arm/mach-imx/imx9/imx_bootaux.c
arch/arm/mach-imx/imx_bootaux.c
board/kontron/sl-mx8mm/sl-mx8mm.c
board/kontron/sl-mx8mm/spl.c
board/technexion/pico-imx8mq/pico-imx8mq.c
board/technexion/pico-imx8mq/spl.c
include/imx_sip.h