From: Peng Fan Date: Mon, 30 Dec 2019 08:44:48 +0000 (+0800) Subject: imx: Kconfig: make SPL_IMX_ROMAPI_LOADADDR visible to i.MX8MP X-Git-Tag: v2020.04-rc1~33^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9d5e1aa78b4a2830fc28740ebe1501c556058c7a;p=oweals%2Fu-boot.git imx: Kconfig: make SPL_IMX_ROMAPI_LOADADDR visible to i.MX8MP i.MX8MP ROM support ROMAPI as i.MX8MN, so make SPL_IMX_ROMAPI_LOADADDR visible to i.MX8MP Signed-off-by: Peng Fan --- diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 4ce2799b72..aa140c4798 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -112,7 +112,7 @@ config DDRMC_VF610_CALIBRATION config SPL_IMX_ROMAPI_LOADADDR hex "Default load address to load image through ROM API" - depends on IMX8MN + depends on IMX8MN || IMX8MP config IMX_DCD_ADDR hex "DCD Blocks location on the image" @@ -123,4 +123,3 @@ config IMX_DCD_ADDR the ROM code to configure the device at early boot stage, is located. This information is shared with the user via mkimage -l just so the image can be signed. -