From bed2c6c773c945a95bf2444d149defb186666c40 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 4 Apr 2023 20:05:08 +0800 Subject: [PATCH] rockchip: fix supported device for firefly roc-rk3328-cc Signed-off-by: Tianling Shen --- package/boot/uboot-rockchip/Makefile | 2 +- target/linux/rockchip/image/armv8.mk | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index c321cf4cfc..eddfd72690 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -63,7 +63,7 @@ define U-Boot/roc-cc-rk3328 $(U-Boot/Default/rk3328) NAME:=ROC-RK3328-CC BUILD_DEVICES:= \ - firefly_roc-cc + firefly_roc-rk3328-cc endef # RK3399 boards diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk index 9ea98d5382..5c684ddb5e 100644 --- a/target/linux/rockchip/image/armv8.mk +++ b/target/linux/rockchip/image/armv8.mk @@ -5,14 +5,15 @@ # FIT will be loaded at 0x02080000. Leave 16M for that, align it to 2M and load the kernel after it. KERNEL_LOADADDR := 0x03200000 -define Device/firefly_roc-cc +define Device/firefly_roc-rk3328-cc DEVICE_VENDOR := Firefly DEVICE_MODEL := ROC-RK3328-CC SOC := rk3328 + DEVICE_DTS := rockchip/rk3328-roc-cc UBOOT_DEVICE_NAME := roc-cc-rk3328 IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-bin | gzip | append-metadata endef -TARGET_DEVICES += firefly_roc-cc +TARGET_DEVICES += firefly_roc-rk3328-cc define Device/friendlyarm_nanopi-r2c DEVICE_VENDOR := FriendlyARM