diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-08 13:48:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-08 13:48:37 -0400 |
commit | ea02cfb6495eb5f54bf239405316746a19d303b2 (patch) | |
tree | e72e4ac835a56441cc6a698342717bcf690ea69a /configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | |
parent | 67887903afc3615070dd878f6e0420d34b30274c (diff) | |
parent | 702de89cc6a34c1c23dd3d987b0472b2cecdb63c (diff) |
Merge branch '2020-05-07-more-kconfig-migrations'
- Migrate CONFIG_SET_DFU_ALT_INFO, CONFIG_SYS_MTDPARTS_RUNTIME and
finish the rest of the memtest related options.
Diffstat (limited to 'configs/ls2088ardb_qspi_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig index 2d71baeced..be073b6724 100644 --- a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig +++ b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_GIC_V3_ITS=y CONFIG_TARGET_LS2080ARDB=y CONFIG_SYS_TEXT_BASE=0x20100000 CONFIG_ENV_SIZE=0x2000 @@ -63,4 +64,3 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_RSA=y CONFIG_RSA_SOFTWARE_EXP=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y -CONFIG_GIC_V3_ITS=y |