u-boot/drivers/block
Simon Glass b83fae673a blk: Drop reference to DM_SPL
The intent here is to only allow SPL_LEGACY_BLK if !SPL_DM - i.e. that
when driver model is enabled in SPL, legacy block cannot be used.

However this combination is used by about 240 boards, so we cannot
disallow it, at least not yet.

So just drop the condition.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-11-16 18:59:58 -05:00
..
blk-uclass.c rockchip: block: blk-uclass: add bounce buffer flag to blk_desc 2023-10-24 15:55:17 +08:00
blk_legacy.c blk: Rename if_type to uclass_id 2022-09-25 08:30:05 -06:00
blkcache.c blkcache: Remove unused NEEDS_MANUAL_RELOC code bits 2023-09-14 10:42:24 -04:00
blkmap.c blk: blkmap: Support mapping to device of any block size 2023-10-10 16:25:48 -04:00
efi-media-uclass.c efi: Add uclass for devices provided by UEFI firmware 2021-12-09 11:43:25 -08:00
efi_blk.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
host-uclass.c blk: sandbox: Support binding a device with a given logical block size 2023-10-10 16:19:43 -04:00
host_dev.c blk: host_dev: Sanity check on the size of host backing file 2023-10-10 16:19:43 -04:00
ide.c bootstd: Correct creating of bootdev sibling 2023-08-09 23:31:11 +08:00
Kconfig blk: Drop reference to DM_SPL 2023-11-16 18:59:58 -05:00
Makefile rockchip: block: add rkmtd class and drivers 2023-10-24 15:55:17 +08:00
rkmtd.c rockchip: block: add rkmtd class and drivers 2023-10-24 15:55:17 +08:00
sandbox.c dm: sandbox: Switch over to using the new host uclass 2022-11-07 16:24:30 -07:00
sb_efi_media.c efi: Add uclass for devices provided by UEFI firmware 2021-12-09 11:43:25 -08:00