diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-08 09:08:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-08 09:08:39 -0400 |
commit | b11dc33e361a84ca41604e49ec22635bf5d2eb4c (patch) | |
tree | a5523298d2304058968395c34452aaefd37923c5 /configs/ls1088aqds_sdcard_qspi_defconfig | |
parent | 67887903afc3615070dd878f6e0420d34b30274c (diff) | |
download | u-boot-b11dc33e361a84ca41604e49ec22635bf5d2eb4c.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1088aqds_sdcard_qspi_defconfig')
-rw-r--r-- | configs/ls1088aqds_sdcard_qspi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1088aqds_sdcard_qspi_defconfig b/configs/ls1088aqds_sdcard_qspi_defconfig index 621c411aca..b22eb8400a 100644 --- a/configs/ls1088aqds_sdcard_qspi_defconfig +++ b/configs/ls1088aqds_sdcard_qspi_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_GIC_V3_ITS=y CONFIG_TARGET_LS1088AQDS=y CONFIG_SYS_TEXT_BASE=0x80400000 CONFIG_SPL_LIBCOMMON_SUPPORT=y @@ -76,4 +77,3 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_DWC3=y CONFIG_USB_GADGET=y -CONFIG_GIC_V3_ITS=y |