]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
emulation: qemu-sbsa: Select SYS_PCI_64BIT
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 26 Feb 2025 13:56:43 +0000 (14:56 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 12 Mar 2025 16:23:59 +0000 (10:23 -0600)
qemu's sbsa-ref is always using a 64bit CPU and the PCI prefetch MMIO
window is located above 4GiB, thus always enable SYS_PCI_64BIT.

Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
board/emulation/qemu-sbsa/Kconfig

index 72c76b351fac9469620229fd02a68385de8f8e5b..f4ad63e681c687d433280221e4e4fdae88673792 100644 (file)
@@ -33,6 +33,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select OF_SEPARATE
        select PCI
        select PCIE_ECAM_GENERIC
+       select SYS_PCI_64BIT
        select USB
        select GIC_V3
        select GIC_V3_ITS