diff options
| author | Marek Vasut <[email protected]> | 2019-11-16 16:43:47 +0100 |
|---|---|---|
| committer | marex <[email protected]> | 2019-11-16 16:52:45 +0100 |
| commit | 8cdb1ff33caa4b2b8644e14e602566ded506a2fa (patch) | |
| tree | ea97c59d546d197cf163170840c0542ccbca13a9 | |
| parent | 6da56a11f792eeaea2a39d82274b42d62ded6c1e (diff) | |
ARM: rmobile: Temporarily disable PCI dma-ranges update
According to discussion in the Linux PCI list [1], the dma-ranges should
be continuous and describe the entire inbound window which the controller
can address and not take into account the possible DRAM holes.
Temporarily disable this code which updates the dma-ranges until this
meaning is sorted out.
[1] PCI: rcar: Do not abort on too many inbound dma-ranges
Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | arch/arm/mach-rmobile/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index 8343000c8fa..8cef3f56753 100644 --- a/arch/arm/mach-rmobile/Kconfig +++ b/arch/arm/mach-rmobile/Kconfig @@ -21,7 +21,6 @@ config RCAR_GEN3 imply CMD_GPT imply CMD_UUID imply CMD_MMC_SWRITE if MMC - imply OF_BOARD_SETUP if PCI imply SUPPORT_EMMC_RPMB if MMC imply SPL imply SPL_BOARD_INIT |
