diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-05-09 23:02:33 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2020-08-02 17:09:59 +0200 |
commit | 7bee46fd4057449eef8f698cb2f28219538f2f0a (patch) | |
tree | bedea2fb9e95ddea2ae2df2973d22824a831c6ab /configs | |
parent | 46a378b8e37df6883574739a6b1e048e676ac5bb (diff) | |
download | u-boot-7bee46fd4057449eef8f698cb2f28219538f2f0a.zip u-boot-7bee46fd4057449eef8f698cb2f28219538f2f0a.tar.gz u-boot-7bee46fd4057449eef8f698cb2f28219538f2f0a.tar.bz2 |
sh: r2dplus: Add pci enum to preboot
The ethernet on r2dplus is on PCI bus, enumerate the PCI early
to get the ethernet operational.
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 9e6331d..53b7c2e 100644 --- a/configs/r2dplus_defconfig +++ b/configs/r2dplus_defconfig @@ -8,6 +8,8 @@ CONFIG_TARGET_R2DPLUS=y CONFIG_BOOTDELAY=-1 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttySC0,115200" +CONFIG_USE_PREBOOT=y +CONFIG_PREBOOT="pci enum" CONFIG_HUSH_PARSER=y CONFIG_CMD_IMLS=y CONFIG_CMD_DM=y |