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

4 Nov
2019
4 Nov
'19
2 a.m.
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 --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
2015
Age (days ago)
2015
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peng Fan