diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-08-31 18:25:21 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-09-02 17:38:43 +0200 |
commit | eaae4ee2bd349797a69f74240abd8329e18d5dbd (patch) | |
tree | 95aaec9347adb15b319cdf48b6a5981532ec5aa3 /configs | |
parent | 72c2f4acd76f11e99c7546c635c0533020f68788 (diff) | |
download | u-boot-eaae4ee2bd349797a69f74240abd8329e18d5dbd.tar.gz |
sh: r2dplus: Switch to DM PCI driver
Add DT entry for the DM PCI driver, update board configs
and drop ad-hoc board init code for the PCI bus. Instead,
let the DM PCI driver initialize and operate the hardware.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/r2dplus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig index 51a8587b61..b2334affc3 100644 --- a/configs/r2dplus_defconfig +++ b/configs/r2dplus_defconfig @@ -25,5 +25,7 @@ CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_CFI=y CONFIG_RTL8139=y CONFIG_PCI=y +CONFIG_DM_PCI=y +CONFIG_DM_PCI_COMPAT=y CONFIG_SCIF_CONSOLE=y CONFIG_USE_PRIVATE_LIBGCC=y |