summaryrefslogtreecommitdiff
path: root/configs/ls2080a_emu_defconfig
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-05-11 16:25:49 (GMT)
committerTom Rini <trini@konsulko.com>2016-05-27 19:39:49 (GMT)
commit6a6187efd238373a351369d23966e7e1759b5ad9 (patch)
tree5644e5460e75a118d89912b68d7c2ed6d854a5b3 /configs/ls2080a_emu_defconfig
parent51735ae0ea2f5d67c0f7cc4d1f938f36955e1fe7 (diff)
downloadu-boot-6a6187efd238373a351369d23966e7e1759b5ad9.tar.xz
efi_loader: Select bounce buffers for known-bad boards
We know for certain that we have 32bit DMA hardware, but 64bit addresses on LS2085A and ZynqMP, so let's enable EFI bounce buffers for all defconfigs on these SoCs. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'configs/ls2080a_emu_defconfig')
-rw-r--r--configs/ls2080a_emu_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2080a_emu_defconfig b/configs/ls2080a_emu_defconfig
index 30a6381..56922dc 100644
--- a/configs/ls2080a_emu_defconfig
+++ b/configs/ls2080a_emu_defconfig
@@ -26,3 +26,4 @@ CONFIG_CMD_CACHE=y
CONFIG_SYS_NS16550=y
CONFIG_OF_LIBFDT=y
CONFIG_BOOTP_VCI_STRING="U-Boot.LS2080A-EMU"
+CONFIG_EFI_LOADER_BOUNCE_BUFFER=y