projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46a378b
)
sh: r2dplus: Add pci enum to preboot
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Sat, 9 May 2020 21:02:33 +0000
(23:02 +0200)
committer
Marek Vasut
<marek.vasut+renesas@gmail.com>
Sun, 2 Aug 2020 15:09:59 +0000
(17:09 +0200)
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>
configs/r2dplus_defconfig
patch
|
blob
|
history
diff --git
a/configs/r2dplus_defconfig
b/configs/r2dplus_defconfig
index
9e6331d
..
53b7c2e
100644
(file)
--- 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