projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d64eeb
)
mips: octeon: Kconfig: Enable CONFIG_SYS_PCI_64BIT
author
Stefan Roese
<sr@denx.de>
Fri, 11 Dec 2020 16:06:08 +0000
(17:06 +0100)
committer
Daniel Schwierzeck
<daniel.schwierzeck@gmail.com>
Fri, 23 Apr 2021 19:03:25 +0000
(21:03 +0200)
Setting CONFIG_SYS_PCI_64BIT is needed for correct PCIe functionality on
MIPS Octeon.
Signed-off-by: Stefan Roese <sr@denx.de>
arch/mips/mach-octeon/Kconfig
patch
|
blob
|
history
diff --git
a/arch/mips/mach-octeon/Kconfig
b/arch/mips/mach-octeon/Kconfig
index e8596ed99aa91ec2e7aca6ef52a9b74bd0902311..d69408cc27531824bb78ccabc00d765079393421 100644
(file)
--- 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