1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/include
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-07-05 14:37:16 +02:00
2022-08-04 16:18:47 -04:00
2022-07-11 14:58:57 -04:00
2022-07-07 09:29:08 -04:00
2022-07-26 02:30:56 -06:00
2022-09-16 11:05:16 -04:00
2022-06-28 03:09:51 +01:00
2022-04-25 10:00:04 -04:00
2022-08-12 08:17:11 -04:00
2022-05-28 10:59:27 +02:00
2022-08-04 16:18:47 -04:00
2022-07-26 11:29:00 +02:00
2022-06-08 13:59:53 -04:00
2022-06-28 17:03:32 -04:00
2022-07-26 11:29:02 +02:00
2022-07-07 09:29:08 -04:00
2022-04-28 09:26:44 -04:00
2022-08-10 13:38:30 -04:00
2022-08-20 18:07:32 -06:00
2022-08-08 10:50:20 -04:00
2022-06-08 14:00:22 -04:00
2022-06-28 03:09:51 +01:00
2022-07-08 12:20:28 -04:00
2022-09-13 12:08:40 -04:00
2022-08-12 08:17:11 -04:00