Skip to content

Commit 1cddfba

Browse files
committed
fix(orangepi-5-plus): enable pci enum for ethernet support in u-boot
Signed-off-by: Ryan Persée <[email protected]>
1 parent 13cc3a9 commit 1cddfba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/configs/orangepi-5-plus-rk3588_defconfig b/configs/orangepi-5-plus-rk3588_defconfig
2+
index 9050fceda4..d2c4a6e607 100644
3+
--- a/configs/orangepi-5-plus-rk3588_defconfig
4+
+++ b/configs/orangepi-5-plus-rk3588_defconfig
5+
@@ -27,6 +27,7 @@ CONFIG_LEGACY_IMAGE_FORMAT=y
6+
CONFIG_DEFAULT_FDT_FILE="rockchip/rk3588-orangepi-5-plus.dtb"
7+
# CONFIG_DISPLAY_CPUINFO is not set
8+
CONFIG_DISPLAY_BOARDINFO_LATE=y
9+
+CONFIG_PCI_INIT_R=y
10+
CONFIG_SPL_MAX_SIZE=0x40000
11+
CONFIG_SPL_PAD_TO=0x7f8000
12+
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set

0 commit comments

Comments
 (0)