From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 11 Dec 2020 17:06:08 +0100 Subject: [PATCH v1 46/50] mips: octeon: Kconfig: Enable CONFIG_SYS_PCI_64BIT In-Reply-To: <20201211160612.1498780-1-sr@denx.de> References: <20201211160612.1498780-1-sr@denx.de> Message-ID: <20201211160612.1498780-47-sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Setting CONFIG_SYS_PCI_64BIT is needed for correct PCIe functionality on MIPS Octeon. Signed-off-by: Stefan Roese --- arch/mips/mach-octeon/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.29.2