]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 21 Aug 2024 21:33:49 +0000 (23:33 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 24 Aug 2024 09:41:23 +0000 (11:41 +0200)
There not only ARM64 boards but also RISC-V boards that require a bounce
buffer to read block devices.

Drop the architecture restriction.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/Kconfig

index 1179c31bb1366ecfb2fad36b84c5a5f9bf57d1df..6ffefa9103ff91055d680bcfdc1f4526e33362d5 100644 (file)
@@ -364,7 +364,6 @@ endif
 
 config EFI_LOADER_BOUNCE_BUFFER
        bool "EFI Applications use bounce buffers for DMA operations"
-       depends on ARM64
        help
          Some hardware does not support DMA to full 64bit addresses. For this
          hardware we can create a bounce buffer so that payloads don't have to