1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00
Files
u-boot-megous/doc/develop
Simon Glass 7f8967c2b8 blk: Rename HAVE_BLOCK_DEVICE
This option is fact really related to SPL. For U-Boot proper we always use
driver model for block devices, so CONFIG_BLK is enabled if block devices
are in use.

It is only for SPL that we have two cases:

- SPL_BLK is enabled, in which case we use driver model and blk-uclass.c
- SPL_BLK is not enabled, in which case (if we need block devices) we must
  use blk_legacy.c

Rename the symbol to SPL_LEGACY_BLOCK to make this clear. This is
different enough from BLK and SPL_BLK that there should be no confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-09-16 11:05:16 -04:00
..
2022-08-13 11:09:49 +02:00
2022-09-13 16:01:44 -04:00
2022-04-25 10:00:04 -04:00
2022-04-04 10:48:44 -04:00
2022-04-25 16:04:05 -04:00
2022-09-13 16:01:44 -04:00
2022-08-13 11:09:49 +02:00
2022-01-19 16:18:09 +01:00
2022-03-02 10:28:12 -05:00
2022-08-22 18:54:48 -04:00
2022-08-12 08:14:23 -04:00