Commit 9d5e1aa78b4a2830fc28740ebe1501c556058c7a

Authored by Peng Fan
Committed by Stefano Babic
1 parent 20cd453f97

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>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

arch/arm/mach-imx/Kconfig
... ... @@ -112,7 +112,7 @@
112 112  
113 113 config SPL_IMX_ROMAPI_LOADADDR
114 114 hex "Default load address to load image through ROM API"
115   - depends on IMX8MN
  115 + depends on IMX8MN || IMX8MP
116 116  
117 117 config IMX_DCD_ADDR
118 118 hex "DCD Blocks location on the image"