rockchip: add missing KERNEL_LOADADDR for LinkEase EasePi R1
authorTianling Shen <[email protected]>
Mon, 10 Nov 2025 09:12:27 +0000 (17:12 +0800)
committerHauke Mehrtens <[email protected]>
Mon, 10 Nov 2025 23:11:16 +0000 (00:11 +0100)
Commit 8ca4caacd039 ("rockchip: Add support for RK3568 LinkEase EasePi R1")
forgot to include the SoC recipe, which leads KERNEL_LOADADDR undefined.

Fixes: 8ca4caacd039 ("rockchip: Add support for RK3568 LinkEase EasePi R1")
Signed-off-by: Tianling Shen <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20722
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/rockchip/image/armv8.mk

index d624c5ec49fa7b28cba6a31ca61d0a018dee6f27..83b595124978ad680b00f0c91ce90e283aa293a6 100644 (file)
@@ -176,9 +176,9 @@ endef
 TARGET_DEVICES += friendlyarm_nanopi-r76s
 
 define Device/linkease_easepi-r1
+  $(Device/rk3568)
   DEVICE_VENDOR := LinkEase
   DEVICE_MODEL := EasePi R1
-  SOC := rk3568
   UBOOT_DEVICE_NAME := generic-rk3568
   DEVICE_PACKAGES := blkdiscard block-mount kmod-button-hotplug kmod-nvme kmod-r8169
 endef