Initialise flashdisk devices in `POST_KERNEL` instead of `APPLICATION`. This aligns with the other disk drivers, which are all `POST_KERNEL`, and causes no problems as `disk_access_register` is a purely software action and does not perform any operations on the underlying device. Signed-off-by: Jordan Yates <jordan@embeint.com> |
||
|---|---|---|
| .. | ||
| nvme | ||
| CMakeLists.txt | ||
| flashdisk.c | ||
| Kconfig | ||
| Kconfig.flash | ||
| Kconfig.loopback | ||
| Kconfig.mmc | ||
| Kconfig.ram | ||
| Kconfig.sdmmc | ||
| loopback_disk.c | ||
| mmc_subsys.c | ||
| ramdisk.c | ||
| sdmmc_stm32.c | ||
| sdmmc_subsys.c | ||