]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commitdcd1b63b7072749f98ea0a87565d0ae5c8ddfb65
tree602c42364f4987b315667ccce5c245779d071da8
parent25a4b8114a7d4ee37eb11717b97400bd421faefc
efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures

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