rockchip: fix uboot device name for radxa e25

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-02-28 15:30:59 +08:00
parent 2a55f33355
commit 7790b6994a
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -224,6 +224,7 @@ define Device/radxa_e25
DEVICE_MODEL := E25
SOC := rk3568
DEVICE_DTS := rockchip/rk3568-radxa-e25
UBOOT_DEVICE_NAME := radxa-e25-rk3568
BOOT_FLOW := pine64-img
DEVICE_PACKAGES := kmod-r8125 kmod-ata-ahci-platform
endef