summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiangbin Lian2025-11-13 07:26:03 +0000
committerHauke Mehrtens2025-11-20 21:24:11 +0000
commite6a5ca0da7377645be7b9ba70b18de3b9bab5342 (patch)
tree74f16c6c6504d3f803f8bd2359fca10f3d18dbde
parent5dff7b45d30f7aea5c7d10f276ce4c72ec6bd6ed (diff)
downloadopenwrt-e6a5ca0da7377645be7b9ba70b18de3b9bab5342.tar.gz
rockchip: LinkEase EasePi R1 use dedicated uboot
Fixes the "mdio_bus stmmac-1: MDIO device at address 1 is missing" error that occurs during cold boot when initializing GMAC. Fixes: 8ca4caacd039 ("rockchip: Add support for RK3568 LinkEase EasePi R1") Signed-off-by: Liangbin Lian <jjm2473@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20772 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/rockchip/image/armv8.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk
index 058a12e897..29ec6de664 100644
--- a/target/linux/rockchip/image/armv8.mk
+++ b/target/linux/rockchip/image/armv8.mk
@@ -184,7 +184,6 @@ define Device/linkease_easepi-r1
$(Device/rk3568)
DEVICE_VENDOR := LinkEase
DEVICE_MODEL := EasePi R1
- UBOOT_DEVICE_NAME := generic-rk3568
DEVICE_PACKAGES := blkdiscard block-mount kmod-button-hotplug kmod-nvme kmod-r8169
endef
TARGET_DEVICES += linkease_easepi-r1