imx: Kconfig: make SPL_IMX_ROMAPI_LOADADDR visible to i.MX8MP
authorPeng Fan <peng.fan@nxp.com>
Mon, 30 Dec 2019 08:44:48 +0000 (16:44 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 8 Jan 2020 12:20:09 +0000 (13:20 +0100)
i.MX8MP ROM support ROMAPI as i.MX8MN, so make
SPL_IMX_ROMAPI_LOADADDR visible to i.MX8MP

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/Kconfig

index 4ce2799..aa140c4 100644 (file)
@@ -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.
-