diff options
author | Mian Yousaf Kaukab <ykaukab@suse.de> | 2019-01-29 16:38:36 +0100 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-03-03 20:56:00 +0530 |
commit | 1eb41fca085bd2633195dd724acc0df11cd9887c (patch) | |
tree | d84cd492de5fb8e557a825ba285d4a55451b7510 /configs/ls1046ardb_tfa_SECURE_BOOT_defconfig | |
parent | 1a1e272a179c7708f665496b7f5f2ab2ec282f09 (diff) | |
download | u-boot-1eb41fca085bd2633195dd724acc0df11cd9887c.tar.gz |
board: ls1046a: enable EFI_LOADER_BOUNCE_BUFFER
EFI applications need bounce buffers to work properly on these
platforms.
Signed-off-by: Mian Yousaf Kaukab <ykaukab@suse.de>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/ls1046ardb_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1046ardb_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig b/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig index ea70c01155..93efb5c3a9 100644 --- a/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig @@ -50,3 +50,4 @@ CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_RSA=y +CONFIG_EFI_LOADER_BOUNCE_BUFFER=y |