diff options
author | Tom Rini <trini@konsulko.com> | 2024-06-04 19:37:40 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-06-14 10:39:35 -0600 |
commit | 66bd11ba4d5fea0ff1e5e13aadaea3345c5f91c9 (patch) | |
tree | 649abb29b228ff6e1f49becf74d6c299af0282de /configs/xilinx_zynqmp_mini_defconfig | |
parent | 227be29df37545f74243a98c12a4a33c4160e3cd (diff) | |
download | u-boot-66bd11ba4d5fea0ff1e5e13aadaea3345c5f91c9.tar.gz |
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 <xypron.glpk@gmx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/xilinx_zynqmp_mini_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_mini_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_mini_defconfig b/configs/xilinx_zynqmp_mini_defconfig index 7fdd2eee555..4b45074efc4 100644 --- a/configs/xilinx_zynqmp_mini_defconfig +++ b/configs/xilinx_zynqmp_mini_defconfig @@ -60,4 +60,5 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ARM_DCC=y CONFIG_PANIC_HANG=y # CONFIG_GZIP is not set +# CONFIG_EFI_LOADER is not set # CONFIG_LMB is not set |