diff mbox series

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

Message ID 20191104011823.20438-1-peng.fan@nxp.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series [U-Boot] imx: Kconfig: fix dependency of SPL_IMX_ROMAPI_LOADADDR | expand

Commit Message

Peng Fan Nov. 4, 2019, 1 a.m. UTC
Fix dependency of SPL_IMX_ROMAPI_LOADADDR, currently only i.MX8MN
has this feature.

Signed-off-by: Peng Fan <peng.fan@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 mbox series

Patch

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