From c504b0d62c6d41a074caa3c9801cae135557f3d3 Mon Sep 17 00:00:00 2001 From: Mian Yousaf Kaukab Date: Tue, 29 Jan 2019 16:38:39 +0100 Subject: board: ls1043a: enable EFI_LOADER_BOUNCE_BUFFER EFI applications need bounce buffers to work properly on these platforms. Signed-off-by: Mian Yousaf Kaukab Reviewed-by: Prabhakar Kushwaha --- configs/ls1043aqds_sdcard_ifc_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ls1043aqds_sdcard_ifc_defconfig') diff --git a/configs/ls1043aqds_sdcard_ifc_defconfig b/configs/ls1043aqds_sdcard_ifc_defconfig index bdbb12d302..e876db3297 100644 --- a/configs/ls1043aqds_sdcard_ifc_defconfig +++ b/configs/ls1043aqds_sdcard_ifc_defconfig @@ -68,3 +68,4 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_EFI_LOADER_BOUNCE_BUFFER=y -- cgit