[PATCH v2 1/6] imx8: add hidden IMX8_ROMAPI Kconfig symbol

2022-07-25 Thread sbabic
> 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 > Signed-off-by: Rasmus Villemoes Applied to u-boot-imx, master, thanks ! Best regards, Stefano

[PATCH v2 1/6] imx8: add hidden IMX8_ROMAPI Kconfig symbol

2022-06-20 Thread Rasmus Villemoes
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 Signed-off-by: Rasmus Villemoes --- arch/arm/mach-imx/Kconfig | 6 +- 1 file changed, 5