rockchip: fix supported device for firefly roc-rk3328-cc

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-04-04 20:05:08 +08:00
parent f05de85637
commit bed2c6c773
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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