1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-29 01:23:25 +01:00
Files
u-boot-megous/drivers/misc
Jean-Marie Lemetayer 251a3053b1 misc: imx: remove DM dependency for ocotp driver in SPL
The ocotp driver is available for regular and SPL builds using the
(SPL_)MXC_OCOTP configuration. Also, the ocotp driver does not support
the driver model (DM) configuration.

But, for SPL builds, the SPL_MXC_OCOTP configuration depends on
SPL_MISC which implies on SPL_DM.

This commit replaces 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 <j.lemetayer@kerlink.fr>
2023-03-30 08:40:27 +02:00
..
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2022-08-04 16:18:47 -04:00
2022-12-23 10:15:13 -05:00
2022-01-13 07:57:49 -05:00
2023-02-01 14:17:29 +08:00
2023-02-07 14:33:48 -05:00
2022-01-24 10:35:10 -05:00
2022-06-08 14:00:22 -04:00
2021-03-27 13:59:36 +13:00
2021-04-12 17:45:40 -04:00
2023-02-06 13:04:53 -05:00
2022-02-28 11:59:35 +05:30