mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
board: qemu-sbsa: Fix mistyped GICV3 definition
The config "GIC_V3" seems to be typo, and currently "GICV3" remains
disabled. Since "GIC_V3_ITS" is enabled in qemu-sbsa, "GICV3" should
also be enabled.
Fixes: 6d722894fd48 ("board: emulation: Add QEMU sbsa support")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
This commit is contained in:
parent
e246e2b658
commit
edaaedb5dd
@ -34,7 +34,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
select PCIE_ECAM_GENERIC
|
||||
select SYS_PCI_64BIT
|
||||
select USB
|
||||
select GIC_V3
|
||||
select GICV3
|
||||
select GIC_V3_ITS
|
||||
select SYS_FLASH_CFI_WIDTH_16BIT
|
||||
imply AHCI_GENERIC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user