mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-02 04:01:23 +00:00
[ orangepiprime ] Enable ethernet in u-boot
This commit is contained in:
parent
1301f9f8c2
commit
f7fd7332fd
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/configs/orangepi_prime_defconfig b/configs/orangepi_prime_defconfig
|
||||||
|
index 27163ce..f19a3d8 100644
|
||||||
|
--- a/configs/orangepi_prime_defconfig
|
||||||
|
+++ b/configs/orangepi_prime_defconfig
|
||||||
|
@@ -4,6 +4,8 @@ CONFIG_SPL=y
|
||||||
|
CONFIG_MACH_SUN50I_H5=y
|
||||||
|
CONFIG_DRAM_CLK=624
|
||||||
|
CONFIG_DRAM_ZQ=3881977
|
||||||
|
+CONFIG_MACPWR="PD6"
|
||||||
|
+CONFIG_SPL_SPI_SUNXI=y
|
||||||
|
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-prime"
|
||||||
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
||||||
|
# CONFIG_CMD_FLASH is not set
|
Loading…
Add table
Reference in a new issue