]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx: Kconfig: IMX8_ROMAPI is not configured for i.MX95
authorAlice Guo <alice.guo@nxp.com>
Mon, 28 Apr 2025 10:37:38 +0000 (18:37 +0800)
committerFabio Estevam <festevam@gmail.com>
Sat, 3 May 2025 19:55:32 +0000 (16:55 -0300)
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@nxp.com>
arch/arm/mach-imx/Kconfig

index 134e42028c3787d78e28af03d40c41a8b2b1981b..e40142265826f3ec852fe2fe2a530028d7928d22 100644 (file)
@@ -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 || IMX91 || IMX93
 
 config SPL_IMX_ROMAPI_LOADADDR
        hex "Default load address to load image through ROM API"