diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-07-09 01:46:35 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-07-23 13:38:17 +0200 |
commit | b3db7be4e372609239fa3475dc440e283b6f3440 (patch) | |
tree | bb8f0247284e6eb6773188978537aa2dea074fc5 /arch/arm/mach-rmobile | |
parent | 3a8cd17d0e511746357ae1d6aed76e80726a0b0f (diff) | |
download | u-boot-b3db7be4e372609239fa3475dc440e283b6f3440.tar.gz |
ARM: renesas: Update Gen3 PCIe dma-ranges before boot
Update "dma-ranges" DT property of all PCIe controllers in the system
with the up-to-date DRAM layout. This allows the PCIe controller take
full advantage of all the available DRAM.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index aafeb355ef..52ab891425 100644 --- a/arch/arm/mach-rmobile/Kconfig +++ b/arch/arm/mach-rmobile/Kconfig @@ -21,6 +21,7 @@ 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 |