From: Stefan Roese Date: Fri, 11 Dec 2020 16:06:08 +0000 (+0100) Subject: mips: octeon: Kconfig: Enable CONFIG_SYS_PCI_64BIT X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=99f492b75fd9e3893c874497b68dd580ce2f36af;p=u-boot.git mips: octeon: Kconfig: Enable CONFIG_SYS_PCI_64BIT Setting CONFIG_SYS_PCI_64BIT is needed for correct PCIe functionality on MIPS Octeon. Signed-off-by: Stefan Roese --- diff --git a/arch/mips/mach-octeon/Kconfig b/arch/mips/mach-octeon/Kconfig index e8596ed99a..d69408cc27 100644 --- a/arch/mips/mach-octeon/Kconfig +++ b/arch/mips/mach-octeon/Kconfig @@ -55,6 +55,10 @@ config SYS_ICACHE_SIZE config SYS_ICACHE_LINE_SIZE default 128 +config SYS_PCI_64BIT + bool + default y + source "board/Marvell/octeon_ebb7304/Kconfig" endmenu