commit | 462617e4e344a280f0f45e54e6a63481c3368664 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Aug 21 23:33:49 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Aug 24 11:41:23 2024 +0200 |
tree | 602c42364f4987b315667ccce5c245779d071da8 | |
parent | 8c3cfac4a54f1ca3c2b2d614b6f33866d9d9b46c [diff] |
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>