In order not to repeat the IMX8MN || IMX8MP || IMX8ULP logic in
multiple places where we need to know if the SOC exposes the ROM API,
add a "def_bool y" Kconfig symbol.
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
shall perform it on a new PCB and then use those values to program
the ddrmc_cr_setting on relevant board file.
+config IMX8_ROMAPI
+ def_bool y
+ depends on IMX8MN || IMX8MP || IMX8ULP
+
config SPL_IMX_ROMAPI_LOADADDR
hex "Default load address to load image through ROM API"
- depends on IMX8MN || IMX8MP || IMX8ULP
+ depends on IMX8_ROMAPI
config IMX_DCD_ADDR
hex "DCD Blocks location on the image"