diff options
author | Alexander Graf <agraf@suse.de> | 2016-05-11 18:25:49 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:39:49 -0400 |
commit | 6a6187efd238373a351369d23966e7e1759b5ad9 (patch) | |
tree | 5644e5460e75a118d89912b68d7c2ed6d854a5b3 /configs/ls2080aqds_defconfig | |
parent | 51735ae0ea2f5d67c0f7cc4d1f938f36955e1fe7 (diff) | |
download | u-boot-imx-6a6187efd238373a351369d23966e7e1759b5ad9.zip u-boot-imx-6a6187efd238373a351369d23966e7e1759b5ad9.tar.gz u-boot-imx-6a6187efd238373a351369d23966e7e1759b5ad9.tar.bz2 |
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/ls2080aqds_defconfig')
-rw-r--r-- | configs/ls2080aqds_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2080aqds_defconfig b/configs/ls2080aqds_defconfig index 854630a..3b6504b 100644 --- a/configs/ls2080aqds_defconfig +++ b/configs/ls2080aqds_defconfig @@ -29,3 +29,4 @@ CONFIG_NETDEVICES=y CONFIG_E1000=y CONFIG_SYS_NS16550=y CONFIG_FSL_DSPI=y +CONFIG_EFI_LOADER_BOUNCE_BUFFER=y |