[PATCH v4 15/20] imx: Kconfig: IMX8_ROMAPI is not configured for i.MX95
Marek Vasut
marex at denx.de
Fri Jan 24 15:44:03 CET 2025
On 1/15/25 2:29 PM, Alice Guo wrote:
> From: Alice Guo <alice.guo at nxp.com>
>
> i.MX95 only supports low power boot, which means A55 is kicked by M33.
> There is no ROM runs on A55 in such case so that deselect IMX8_ROMAPI
> for i.MX95.
>
> Signed-off-by: Alice Guo <alice.guo at nxp.com>
> ---
> arch/arm/mach-imx/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 134e42028c3787d78e28af03d40c41a8b2b1981b..daf6443aa5b40b6410f2645937239a4ec785fa34 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -180,7 +180,7 @@ config DDRMC_VF610_CALIBRATION
>
> config IMX8_ROMAPI
> def_bool y
> - depends on IMX8MN || IMX8MP || IMX8ULP || IMX9
> + depends on IMX8MN || IMX8MP || IMX8ULP || (IMX9 && !IMX95)
Would it make sense to introduce IMX91 and IMX93 symbols instead and
select those two instead of this negative match ?
More information about the U-Boot
mailing list