[U-Boot] [PATCH] imx: Kconfig: fix dependency of SPL_IMX_ROMAPI_LOADADDR

Peng Fan peng.fan at nxp.com
Mon Nov 4 01:00:45 UTC 2019


Fix dependency of SPL_IMX_ROMAPI_LOADADDR, currently only i.MX8MN
has this feature.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---

V1:
 CI build with imx/next rebased to Tom's tree and apply some patches
 https://travis-ci.org/MrVan/u-boot/builds/605898636

 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 6b8a57d0aa..3b3b9e5a6d 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -111,4 +111,4 @@ config DDRMC_VF610_CALIBRATION
 
 config SPL_IMX_ROMAPI_LOADADDR
 	hex "Default load address to load image through ROM API"
-	depends on SPL_BOOTROM_SUPPORT
+	depends on IMX8MN
-- 
2.16.4



More information about the U-Boot mailing list