diff options
author | Hou Zhiqiang <Zhiqiang.Hou@nxp.com> | 2020-04-28 10:19:35 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-04-28 17:46:46 +0530 |
commit | 3eb40659965769f42f3378a597da0f2c73152a15 (patch) | |
tree | cad4e0a5e896b6d7b39225e3eafbfb8c0d5aaeb2 /configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | |
parent | fd52f298bbda7fa2b2234d17c00075dff1fc9d5b (diff) | |
download | u-boot-3eb40659965769f42f3378a597da0f2c73152a15.tar.gz |
configs: ls208xa: Enable GIC_V3_ITS config
Enable GIC_V3_ITS config to initialize the GIC redistributor
tables.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Wasim Khan <wasim.khan@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls2088ardb_qspi_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig index ae4a6820ff..9b06bf4257 100644 --- a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig +++ b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig @@ -59,3 +59,4 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_RSA=y CONFIG_RSA_SOFTWARE_EXP=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y +CONFIG_GIC_V3_ITS=y |