Fix dependency of SPL_IMX_ROMAPI_LOADADDR, currently only i.MX8MN has this feature.
Signed-off-by: Peng Fan <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

