From 6a6187efd238373a351369d23966e7e1759b5ad9 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 11 May 2016 18:25:49 +0200 Subject: 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 --- configs/ls2080aqds_SECURE_BOOT_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ls2080aqds_SECURE_BOOT_defconfig') diff --git a/configs/ls2080aqds_SECURE_BOOT_defconfig b/configs/ls2080aqds_SECURE_BOOT_defconfig index 216559c90a..04a84abc3b 100644 --- a/configs/ls2080aqds_SECURE_BOOT_defconfig +++ b/configs/ls2080aqds_SECURE_BOOT_defconfig @@ -30,3 +30,4 @@ CONFIG_E1000=y CONFIG_SYS_NS16550=y CONFIG_FSL_DSPI=y CONFIG_RSA=y +CONFIG_EFI_LOADER_BOUNCE_BUFFER=y -- cgit v1.2.3