git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e246e2b
)
board: qemu-sbsa: Fix mistyped GICV3 definition
author
Kunihiko Hayashi
<hayashi.kunihiko@socionext.com>
Wed, 10 Sep 2025 09:23:27 +0000
(18:23 +0900)
committer
Tom Rini
<trini@konsulko.com>
Fri, 19 Sep 2025 17:55:29 +0000
(11:55 -0600)
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>
board/emulation/qemu-sbsa/Kconfig
patch
|
blob
|
history
diff --git
a/board/emulation/qemu-sbsa/Kconfig
b/board/emulation/qemu-sbsa/Kconfig
index
9ea6303
..
1f058a4
100644
(file)
--- a/
board/emulation/qemu-sbsa/Kconfig
+++ b/
board/emulation/qemu-sbsa/Kconfig
@@
-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