mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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 <sr@denx.de>
This commit is contained in:
parent
5d64eeb555
commit
99f492b75f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue