From 66bd11ba4d5fea0ff1e5e13aadaea3345c5f91c9 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 4 Jun 2024 19:37:40 -0600 Subject: efi_loader: select BLK not depends on BLK The BLK symbol is used both for "we have a block device subsystem enabled" and "we need to utilize the block device library functions". In the case of efi_loader, it is the case of "we need to utilize the block device library", so select rather than depends on it. In turn, also disable EFI_LOADER on platforms which did not have it on previously due to a lack of block devices. They can enable it themselves if desired. Acked-by: Heinrich Schuchardt Signed-off-by: Tom Rini --- configs/crs328-4c-20s-4s-bit_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/crs328-4c-20s-4s-bit_defconfig') diff --git a/configs/crs328-4c-20s-4s-bit_defconfig b/configs/crs328-4c-20s-4s-bit_defconfig index 2373775dc5a..7bf671643a9 100644 --- a/configs/crs328-4c-20s-4s-bit_defconfig +++ b/configs/crs328-4c-20s-4s-bit_defconfig @@ -47,3 +47,4 @@ CONFIG_SPI_FLASH_MTD=y CONFIG_PCI_MVEBU=y CONFIG_SYS_NS16550=y CONFIG_KIRKWOOD_SPI=y +# CONFIG_EFI_LOADER is not set -- cgit v1.2.3