[PATCH] misc: imx: remove DM dependency for ocotp driver in SPL

2023-02-13 Thread Jean-Marie Lemetayer
the dependency on SPL_MISC with SPL_DRIVERS_MISC. So the only requirement is to have enabled miscellaneous drivers for the SPL. Signed-off-by: Jean-Marie Lemetayer --- drivers/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/Kconfig b/drivers/misc

Dependency issue on SPL_MXC_OCOTP

2023-02-11 Thread Jean-Marie Lemetayer
TLDR: In the configuration SPL_MXC_OCOTP, the dependency on SPL_MISC should be replaced by SPL_DRIVERS_MISC. Hi folks, I was creating a new imx6 board with an SPL and without enabling the "driver model for SPL" to keep a pretty simple SPL. Then I wanted to enable the secure boot, and so the IMX_