mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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 <peng.fan@nxp.com>
This commit is contained in:
parent
20cd453f97
commit
9d5e1aa78b
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue